Html Css Color HEX #601A89 Kingfisher Daisy

📋 copy color: '#601A89'

red 96 ◦ green 26 ◦ blue 137

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

Shades of Kingfisher Daisy #601A89

Tints of Kingfisher Daisy #601A89

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.04%

 BLUE value IS 137 (53.91% from 255) = 52.9%

R = 37.07%
G = 10.04%
B = 52.9%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#601A89 (or 0x601A89) is known color: Kingfisher Daisy. HEX triplet: 60, 1A and 89. RGB value is (96,26,137). Sum of RGB (Red+Green+Blue) = 96+26+137=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #601A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601A89 is #9FE576. Grayscale: #3B3B3B. Windows color (decimal): -10478967 or 8985184. OLE color: 8985184.

HSL color Cylindrical-coordinate representation of color #601A89: hue angle of 277.84º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601A89 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 26 137 -
CMYK 0.30 0.81 0 0.46
HSL 277.84º 0.68% 0.32% -
HSV(B) 277.84º 0.81% 0.54% -
XYZ 9.71 5.03 24.13 -
YUV 59.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 96 26 137 0.30 0.81 0 0.46 277.84 0.68 0.32
Hex 60 1A 89 1E 51 0 2E 116 44 20
Octal 140 32 211 36 121 0 56 426 104 40
Binary 1100000 11010 10001001 11110 1010001 0 101110 100010110 1000100 100000

Color Harmonies of #601A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A89

Black with #601A89

Text Example


Text Example

White with #601A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601A89; }

 p { color: rgb(96,26,137); }

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

background-color css

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

 a { background-color: rgb(96,26,137); }

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

border-color css

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

 span { border-color: rgb(96,26,137); }

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