Html Css Color HEX #652D80 Kingfisher Daisy

📋 copy color: '#652D80'

red 101 ◦ green 45 ◦ blue 128

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

Shades of Kingfisher Daisy #652D80

Tints of Kingfisher Daisy #652D80

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.42%

 BLUE value IS 128 (50.39% from 255) = 46.72%

R = 36.86%
G = 16.42%
B = 46.72%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#652D80 (or 0x652D80) is known color: Kingfisher Daisy. HEX triplet: 65, 2D and 80. RGB value is (101,45,128). Sum of RGB (Red+Green+Blue) = 101+45+128=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #652D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652D80 is #9AD27F. Grayscale: #464646. Windows color (decimal): -10146432 or 8400229. OLE color: 8400229.

HSL color Cylindrical-coordinate representation of color #652D80: hue angle of 280.48º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #652D80 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 45 128 -
CMYK 0.21 0.65 0 0.50
HSL 280.48º 0.48% 0.34% -
HSV(B) 280.48º 0.65% 0.5% -
XYZ 10.2 6.2 21.08 -
YUV 71.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 101 45 128 0.21 0.65 0 0.50 280.48 0.48 0.34
Hex 65 2D 80 15 41 0 32 118 30 22
Octal 145 55 200 25 101 0 62 430 60 42
Binary 1100101 101101 10000000 10101 1000001 0 110010 100011000 110000 100010

Color Harmonies of #652D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652D80

Black with #652D80

Text Example


Text Example

White with #652D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,45,128); }

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

background-color css

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

 a { background-color: rgb(101,45,128); }

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

border-color css

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

 span { border-color: rgb(101,45,128); }

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