#65208D

Color #65208D Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #65208D

Tints of Kingfisher Daisy #65208D

Color information

#65208D (or 0x65208D) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 20 and 8D. RGB value is (101,32,141). Sum of RGB (Red+Green+Blue) = 101+32+141=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #65208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65208D is #9ADF72. Grayscale: #404040. Windows color (decimal): -10149747 or 9248869. OLE color: 9248869.

HSL color Cylindrical-coordinate representation of color #65208D: hue angle of 277.98º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65208D is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10132141-
CMYK0.280.7700.45
HSL277.98º63.01%33.92%-
HSV(B)277.98º77.3%55.29%-
XYZ10.695.7225.74-
YUV65.06170.86153.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 36.86%
GREEN value IS 32 (12.89% from 255) = 11.68%
BLUE value IS 141 (55.47% from 255) = 51.46%
R=36.86%
G=11.68%
B=51.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101321410.280.7700.45277.9863.0133.92
Hex65208D1C4D02D1163f22
Octal14540215341150554267742
Binary1100101100000100011011110010011010101101100010110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65208D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65208D; }

 p { color: rgb(101,32,141); }

 H1.HeaderClassName
 {
   color: #65208D;
 }
 .AnyTagClassName
 {
   color: #65208D;
 }
</style>
background-color css

<style>
 a { background-color: #65208D; }

 a { background-color: rgb(101,32,141); }

 div.DivClassName
 {
   background-color: #65208D;
 }
 .BgClassName
 {
   background-color: #65208D;
 }
</style>
border-color css

<style>
 span { border-color: #65208D; }

 span { border-color: rgb(101,32,141); }

 td.TdClassName
 {
   border-color: #65208D;
 }
 .TagClassName
 {
   border-color: #65208D;
 }
</style>