Html Css Color HEX #652880 Kingfisher Daisy

📋 copy color: '#652880'

red 101 ◦ green 40 ◦ blue 128

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

Shades of Kingfisher Daisy #652880

Tints of Kingfisher Daisy #652880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

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

R = 37.55%
G = 14.87%
B = 47.58%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#652880 (or 0x652880) is known color: Kingfisher Daisy. HEX triplet: 65, 28 and 80. RGB value is (101,40,128). Sum of RGB (Red+Green+Blue) = 101+40+128=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #652880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652880 is #9AD77F. Grayscale: #434343. Windows color (decimal): -10147712 or 8398949. OLE color: 8398949.

HSL color Cylindrical-coordinate representation of color #652880: hue angle of 281.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652880 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 40 128 -
CMYK 0.21 0.69 0 0.50
HSL 281.59º 0.52% 0.33% -
HSV(B) 281.59º 0.69% 0.5% -
XYZ 10.02 5.84 21.02 -
YUV 68.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 101 40 128 0.21 0.69 0 0.50 281.59 0.52 0.33
Hex 65 28 80 15 45 0 32 11A 34 21
Octal 145 50 200 25 105 0 62 432 64 41
Binary 1100101 101000 10000000 10101 1000101 0 110010 100011010 110100 100001

Color Harmonies of #652880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652880

Black with #652880

Text Example


Text Example

White with #652880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652880; }

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

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

background-color css

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

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

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

border-color css

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

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

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