Html Css Color HEX #602582 Kingfisher Daisy

📋 copy color: '#602582'

red 96 ◦ green 37 ◦ blue 130

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

Shades of Kingfisher Daisy #602582

Tints of Kingfisher Daisy #602582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.43%

R = 36.5%
G = 14.07%
B = 49.43%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#602582 (or 0x602582) is known color: Kingfisher Daisy. HEX triplet: 60, 25 and 82. RGB value is (96,37,130). Sum of RGB (Red+Green+Blue) = 96+37+130=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #602582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602582 is #9FDA7D. Grayscale: #404040. Windows color (decimal): -10476158 or 8529248. OLE color: 8529248.

HSL color Cylindrical-coordinate representation of color #602582: hue angle of 278.06º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #602582 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 37 130 -
CMYK 0.26 0.72 0 0.49
HSL 278.06º 0.56% 0.33% -
HSV(B) 278.06º 0.72% 0.51% -
XYZ 9.51 5.42 21.66 -
YUV 65.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 96 37 130 0.26 0.72 0 0.49 278.06 0.56 0.33
Hex 60 25 82 1A 48 0 31 116 38 21
Octal 140 45 202 32 110 0 61 426 70 41
Binary 1100000 100101 10000010 11010 1001000 0 110001 100010110 111000 100001

Color Harmonies of #602582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602582

Black with #602582

Text Example


Text Example

White with #602582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602582; }

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

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

background-color css

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

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

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

border-color css

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

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

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