Html Css Color HEX #652C8E Kingfisher Daisy

📋 copy color: '#652C8E'

red 101 ◦ green 44 ◦ blue 142

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

Shades of Kingfisher Daisy #652C8E

Tints of Kingfisher Daisy #652C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.33%

 BLUE value IS 142 (55.86% from 255) = 49.48%

R = 35.19%
G = 15.33%
B = 49.48%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#652C8E (or 0x652C8E) is known color: Kingfisher Daisy. HEX triplet: 65, 2C and 8E. RGB value is (101,44,142). Sum of RGB (Red+Green+Blue) = 101+44+142=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #652C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652C8E is #9AD371. Grayscale: #474747. Windows color (decimal): -10146674 or 9317477. OLE color: 9317477.

HSL color Cylindrical-coordinate representation of color #652C8E: hue angle of 274.9º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652C8E is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 44 142 -
CMYK 0.29 0.69 0 0.44
HSL 274.9º 0.53% 0.36% -
HSV(B) 274.9º 0.69% 0.56% -
XYZ 11.15 6.52 26.26 -
YUV 72.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 101 44 142 0.29 0.69 0 0.44 274.9 0.53 0.36
Hex 65 2C 8E 1D 45 0 2C 113 35 24
Octal 145 54 216 35 105 0 54 423 65 44
Binary 1100101 101100 10001110 11101 1000101 0 101100 100010011 110101 100100

Color Harmonies of #652C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652C8E

Black with #652C8E

Text Example


Text Example

White with #652C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652C8E; }

 p { color: rgb(101,44,142); }

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

background-color css

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

 a { background-color: rgb(101,44,142); }

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

border-color css

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

 span { border-color: rgb(101,44,142); }

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