Html Css Color HEX #601A83 Kingfisher Daisy

📋 copy color: '#601A83'

red 96 ◦ green 26 ◦ blue 131

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

Shades of Kingfisher Daisy #601A83

Tints of Kingfisher Daisy #601A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.78%

R = 37.94%
G = 10.28%
B = 51.78%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#601A83 (or 0x601A83) is known color: Kingfisher Daisy. HEX triplet: 60, 1A and 83. RGB value is (96,26,131). Sum of RGB (Red+Green+Blue) = 96+26+131=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #601A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601A83 is #9FE57C. Grayscale: #3A3A3A. Windows color (decimal): -10478973 or 8591968. OLE color: 8591968.

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

Color convert

RGB 96 26 131 -
CMYK 0.27 0.80 0 0.49
HSL 280º 0.67% 0.31% -
HSV(B) 280º 0.8% 0.51% -
XYZ 9.29 4.86 21.92 -
YUV 58.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 96 26 131 0.27 0.80 0 0.49 280 0.67 0.31
Hex 60 1A 83 1B 50 0 31 118 43 1F
Octal 140 32 203 33 120 0 61 430 103 37
Binary 1100000 11010 10000011 11011 1010000 0 110001 100011000 1000011 11111

Color Harmonies of #601A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A83

Black with #601A83

Text Example


Text Example

White with #601A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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