Html Css Color HEX #602580 Kingfisher Daisy

📋 copy color: '#602580'

red 96 ◦ green 37 ◦ blue 128

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

Shades of Kingfisher Daisy #602580

Tints of Kingfisher Daisy #602580

RGB

 RED value IS 96 (37.89% from 255) = 36.78%

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 36.78%
G = 14.18%
B = 49.04%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#602580 (or 0x602580) is known color: Kingfisher Daisy. HEX triplet: 60, 25 and 80. RGB value is (96,37,128). Sum of RGB (Red+Green+Blue) = 96+37+128=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #602580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602580 is #9FDA7F. Grayscale: #404040. Windows color (decimal): -10476160 or 8398176. OLE color: 8398176.

HSL color Cylindrical-coordinate representation of color #602580: hue angle of 278.9º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #602580 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 37 128 -
CMYK 0.25 0.71 0 0.50
HSL 278.9º 0.55% 0.32% -
HSV(B) 278.9º 0.71% 0.5% -
XYZ 9.38 5.37 20.96 -
YUV 65.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 96 37 128 0.25 0.71 0 0.50 278.9 0.55 0.32
Hex 60 25 80 19 47 0 32 117 37 20
Octal 140 45 200 31 107 0 62 427 67 40
Binary 1100000 100101 10000000 11001 1000111 0 110010 100010111 110111 100000

Color Harmonies of #602580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602580

Black with #602580

Text Example


Text Example

White with #602580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602580; }

 p { color: rgb(96,37,128); }

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

background-color css

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

 a { background-color: rgb(96,37,128); }

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

border-color css

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

 span { border-color: rgb(96,37,128); }

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