Html Css Color HEX #603291 Daisy Bush

📋 copy color: '#603291'

red 96 ◦ green 50 ◦ blue 145

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

Shades of Daisy Bush #603291

Tints of Daisy Bush #603291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.18%

 BLUE value IS 145 (57.03% from 255) = 49.83%

R = 32.99%
G = 17.18%
B = 49.83%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#603291 (or 0x603291) is known color: Daisy Bush. HEX triplet: 60, 32 and 91. RGB value is (96,50,145). Sum of RGB (Red+Green+Blue) = 96+50+145=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #603291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603291 is #9FCD6E. Grayscale: #4A4A4A. Windows color (decimal): -10472815 or 9515616. OLE color: 9515616.

HSL color Cylindrical-coordinate representation of color #603291: hue angle of 269.05º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603291 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 50 145 -
CMYK 0.34 0.66 0 0.43
HSL 269.05º 0.49% 0.38% -
HSV(B) 269.05º 0.66% 0.57% -
XYZ 11.08 6.81 27.52 -
YUV 74.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 96 50 145 0.34 0.66 0 0.43 269.05 0.49 0.38
Hex 60 32 91 22 42 0 2B 10D 31 26
Octal 140 62 221 42 102 0 53 415 61 46
Binary 1100000 110010 10010001 100010 1000010 0 101011 100001101 110001 100110

Color Harmonies of #603291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603291

Black with #603291

Text Example


Text Example

White with #603291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603291; }

 p { color: rgb(96,50,145); }

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

background-color css

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

 a { background-color: rgb(96,50,145); }

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

border-color css

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

 span { border-color: rgb(96,50,145); }

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