Html Css Color HEX #652196 Kingfisher Daisy

📋 copy color: '#652196'

red 101 ◦ green 33 ◦ blue 150

#652196
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #652196

Tints of Kingfisher Daisy #652196

RGB

 RED value IS 101 (39.84% from 255) = 35.56%

 GREEN value IS 33 (13.28% from 255) = 11.62%

 BLUE value IS 150 (58.98% from 255) = 52.82%

R = 35.56%
G = 11.62%
B = 52.82%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#652196 (or 0x652196) is known color: Kingfisher Daisy. HEX triplet: 65, 21 and 96. RGB value is (101,33,150). Sum of RGB (Red+Green+Blue) = 101+33+150=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #652196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652196 is #9ADE69. Grayscale: #424242. Windows color (decimal): -10149482 or 9838949. OLE color: 9838949.

HSL color Cylindrical-coordinate representation of color #652196: hue angle of 274.87º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #652196 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 33 150 -
CMYK 0.33 0.78 0 0.41
HSL 274.87º 0.64% 0.36% -
HSV(B) 274.87º 0.78% 0.59% -
XYZ 11.42 6.06 29.42 -
YUV 66.67 175.03 152.49 -
System Red Green Blue C M Y K H S L
Decimal 101 33 150 0.33 0.78 0 0.41 274.87 0.64 0.36
Hex 65 21 96 21 4E 0 29 113 40 24
Octal 145 41 226 41 116 0 51 423 100 44
Binary 1100101 100001 10010110 100001 1001110 0 101001 100010011 1000000 100100

Color Harmonies of #652196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652196

Black with #652196

Text Example


Text Example

White with #652196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652196; }

 p { color: rgb(101,33,150); }

 H1.HeaderClassName
 {
   color: #652196;
 }
 .AnyTagClassName
 {
   color: #652196;
 }
</style>

background-color css

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

 a { background-color: rgb(101,33,150); }

 div.DivClassName
 {
   background-color: #652196;
 }
 .BgClassName
 {
   background-color: #652196;
 }
</style>

border-color css

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

 span { border-color: rgb(101,33,150); }

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