Html Css Color HEX #603495 Daisy Bush

📋 copy color: '#603495'

red 96 ◦ green 52 ◦ blue 149

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

Shades of Daisy Bush #603495

Tints of Daisy Bush #603495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 32.32%
G = 17.51%
B = 50.17%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#603495 (or 0x603495) is known color: Daisy Bush. HEX triplet: 60, 34 and 95. RGB value is (96,52,149). Sum of RGB (Red+Green+Blue) = 96+52+149=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #603495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603495 is #9FCB6A. Grayscale: #4B4B4B. Windows color (decimal): -10472299 or 9778272. OLE color: 9778272.

HSL color Cylindrical-coordinate representation of color #603495: hue angle of 267.22º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #603495 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 52 149 -
CMYK 0.36 0.65 0 0.42
HSL 267.22º 0.48% 0.39% -
HSV(B) 267.22º 0.65% 0.58% -
XYZ 11.48 7.11 29.2 -
YUV 76.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 96 52 149 0.36 0.65 0 0.42 267.22 0.48 0.39
Hex 60 34 95 24 41 0 2A 10B 30 27
Octal 140 64 225 44 101 0 52 413 60 47
Binary 1100000 110100 10010101 100100 1000001 0 101010 100001011 110000 100111

Color Harmonies of #603495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603495

Black with #603495

Text Example


Text Example

White with #603495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603495; }

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

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

background-color css

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

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

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

border-color css

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

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

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