Html Css Color HEX #602595 Kingfisher Daisy

📋 copy color: '#602595'

red 96 ◦ green 37 ◦ blue 149

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

Shades of Kingfisher Daisy #602595

Tints of Kingfisher Daisy #602595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 34.04%
G = 13.12%
B = 52.84%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#602595 (or 0x602595) is known color: Kingfisher Daisy. HEX triplet: 60, 25 and 95. RGB value is (96,37,149). Sum of RGB (Red+Green+Blue) = 96+37+149=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #602595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602595 is #9FDA6A. Grayscale: #434343. Windows color (decimal): -10476139 or 9774432. OLE color: 9774432.

HSL color Cylindrical-coordinate representation of color #602595: hue angle of 271.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602595 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 37 149 -
CMYK 0.36 0.75 0 0.42
HSL 271.61º 0.6% 0.36% -
HSV(B) 271.61º 0.75% 0.58% -
XYZ 10.91 5.98 29.01 -
YUV 67.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 96 37 149 0.36 0.75 0 0.42 271.61 0.6 0.36
Hex 60 25 95 24 4B 0 2A 110 3C 24
Octal 140 45 225 44 113 0 52 420 74 44
Binary 1100000 100101 10010101 100100 1001011 0 101010 100010000 111100 100100

Color Harmonies of #602595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602595

Black with #602595

Text Example


Text Example

White with #602595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602595; }

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

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

background-color css

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

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

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

border-color css

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

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

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