Html Css Color HEX #602080 Kingfisher Daisy

📋 copy color: '#602080'

red 96 ◦ green 32 ◦ blue 128

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

Shades of Kingfisher Daisy #602080

Tints of Kingfisher Daisy #602080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

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

R = 37.5%
G = 12.5%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#602080 (or 0x602080) is known color: Kingfisher Daisy. HEX triplet: 60, 20 and 80. RGB value is (96,32,128). Sum of RGB (Red+Green+Blue) = 96+32+128=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #602080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602080 is #9FDF7F. Grayscale: #3D3D3D. Windows color (decimal): -10477440 or 8396896. OLE color: 8396896.

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

Color convert

RGB 96 32 128 -
CMYK 0.25 0.75 0 0.50
HSL 280º 0.6% 0.31% -
HSV(B) 280º 0.75% 0.5% -
XYZ 9.24 5.08 20.92 -
YUV 62.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 96 32 128 0.25 0.75 0 0.50 280 0.6 0.31
Hex 60 20 80 19 4B 0 32 118 3C 1F
Octal 140 40 200 31 113 0 62 430 74 37
Binary 1100000 100000 10000000 11001 1001011 0 110010 100011000 111100 11111

Color Harmonies of #602080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602080

Black with #602080

Text Example


Text Example

White with #602080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602080; }

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

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

background-color css

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

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

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

border-color css

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

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

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