Html Css Color HEX #652C84 Kingfisher Daisy

📋 copy color: '#652C84'

red 101 ◦ green 44 ◦ blue 132

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

Shades of Kingfisher Daisy #652C84

Tints of Kingfisher Daisy #652C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.65%

R = 36.46%
G = 15.88%
B = 47.65%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#652C84 (or 0x652C84) is known color: Kingfisher Daisy. HEX triplet: 65, 2C and 84. RGB value is (101,44,132). Sum of RGB (Red+Green+Blue) = 101+44+132=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #652C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652C84 is #9AD37B. Grayscale: #464646. Windows color (decimal): -10146684 or 8662117. OLE color: 8662117.

HSL color Cylindrical-coordinate representation of color #652C84: hue angle of 278.86º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652C84 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 44 132 -
CMYK 0.23 0.67 0 0.48
HSL 278.86º 0.5% 0.35% -
HSV(B) 278.86º 0.67% 0.52% -
XYZ 10.43 6.23 22.48 -
YUV 71.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 101 44 132 0.23 0.67 0 0.48 278.86 0.5 0.35
Hex 65 2C 84 17 43 0 30 117 32 23
Octal 145 54 204 27 103 0 60 427 62 43
Binary 1100101 101100 10000100 10111 1000011 0 110000 100010111 110010 100011

Color Harmonies of #652C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652C84

Black with #652C84

Text Example


Text Example

White with #652C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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