Html Css Color HEX #602780 Kingfisher Daisy

📋 copy color: '#602780'

red 96 ◦ green 39 ◦ blue 128

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

Shades of Kingfisher Daisy #602780

Tints of Kingfisher Daisy #602780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 36.5%
G = 14.83%
B = 48.67%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#602780 (or 0x602780) is known color: Kingfisher Daisy. HEX triplet: 60, 27 and 80. RGB value is (96,39,128). Sum of RGB (Red+Green+Blue) = 96+39+128=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #602780 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602780 is #9FD87F. Grayscale: #414141. Windows color (decimal): -10475648 or 8398688. OLE color: 8398688.

HSL color Cylindrical-coordinate representation of color #602780: hue angle of 278.43º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602780 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 39 128 -
CMYK 0.25 0.70 0 0.50
HSL 278.43º 0.53% 0.33% -
HSV(B) 278.43º 0.7% 0.5% -
XYZ 9.45 5.5 20.99 -
YUV 66.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 96 39 128 0.25 0.70 0 0.50 278.43 0.53 0.33
Hex 60 27 80 19 46 0 32 116 35 21
Octal 140 47 200 31 106 0 62 426 65 41
Binary 1100000 100111 10000000 11001 1000110 0 110010 100010110 110101 100001

Color Harmonies of #602780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602780

Black with #602780

Text Example


Text Example

White with #602780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602780; }

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

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

background-color css

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

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

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

border-color css

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

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

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