Html Css Color HEX #603C95 Daisy Bush

📋 copy color: '#603C95'

red 96 ◦ green 60 ◦ blue 149

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

Shades of Daisy Bush #603C95

Tints of Daisy Bush #603C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 31.48%
G = 19.67%
B = 48.85%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#603C95 (or 0x603C95) is known color: Daisy Bush. HEX triplet: 60, 3C and 95. RGB value is (96,60,149). Sum of RGB (Red+Green+Blue) = 96+60+149=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #603C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603C95 is #9FC36A. Grayscale: #505050. Windows color (decimal): -10470251 or 9780320. OLE color: 9780320.

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

Color convert

RGB 96 60 149 -
CMYK 0.36 0.60 0 0.42
HSL 264.27º 0.43% 0.41% -
HSV(B) 264.27º 0.6% 0.58% -
XYZ 11.86 7.89 29.33 -
YUV 80.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 96 60 149 0.36 0.60 0 0.42 264.27 0.43 0.41
Hex 60 3C 95 24 3C 0 2A 108 2B 29
Octal 140 74 225 44 74 0 52 410 53 51
Binary 1100000 111100 10010101 100100 111100 0 101010 100001000 101011 101001

Color Harmonies of #603C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C95

Black with #603C95

Text Example


Text Example

White with #603C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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