Html Css Color HEX #601A85 Kingfisher Daisy

📋 copy color: '#601A85'

red 96 ◦ green 26 ◦ blue 133

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

Shades of Kingfisher Daisy #601A85

Tints of Kingfisher Daisy #601A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 37.65%
G = 10.2%
B = 52.16%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#601A85 (or 0x601A85) is known color: Kingfisher Daisy. HEX triplet: 60, 1A and 85. RGB value is (96,26,133). Sum of RGB (Red+Green+Blue) = 96+26+133=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #601A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601A85 is #9FE57A. Grayscale: #3A3A3A. Windows color (decimal): -10478971 or 8723040. OLE color: 8723040.

HSL color Cylindrical-coordinate representation of color #601A85: hue angle of 279.25º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601A85 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 26 133 -
CMYK 0.28 0.80 0 0.48
HSL 279.25º 0.67% 0.31% -
HSV(B) 279.25º 0.8% 0.52% -
XYZ 9.43 4.92 22.64 -
YUV 59.13 169.69 154.3 -
System Red Green Blue C M Y K H S L
Decimal 96 26 133 0.28 0.80 0 0.48 279.25 0.67 0.31
Hex 60 1A 85 1C 50 0 30 117 43 1F
Octal 140 32 205 34 120 0 60 427 103 37
Binary 1100000 11010 10000101 11100 1010000 0 110000 100010111 1000011 11111

Color Harmonies of #601A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A85

Black with #601A85

Text Example


Text Example

White with #601A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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