Html Css Color HEX #603197 Daisy Bush

📋 copy color: '#603197'

red 96 ◦ green 49 ◦ blue 151

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

Shades of Daisy Bush #603197

Tints of Daisy Bush #603197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.55%

 BLUE value IS 151 (59.38% from 255) = 51.01%

R = 32.43%
G = 16.55%
B = 51.01%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#603197 (or 0x603197) is known color: Daisy Bush. HEX triplet: 60, 31 and 97. RGB value is (96,49,151). Sum of RGB (Red+Green+Blue) = 96+49+151=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #603197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603197 is #9FCE68. Grayscale: #4A4A4A. Windows color (decimal): -10473065 or 9908576. OLE color: 9908576.

HSL color Cylindrical-coordinate representation of color #603197: hue angle of 267.65º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603197 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 49 151 -
CMYK 0.36 0.68 0 0.41
HSL 267.65º 0.51% 0.39% -
HSV(B) 267.65º 0.68% 0.59% -
XYZ 11.51 6.92 30.01 -
YUV 74.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 96 49 151 0.36 0.68 0 0.41 267.65 0.51 0.39
Hex 60 31 97 24 44 0 29 10C 33 27
Octal 140 61 227 44 104 0 51 414 63 47
Binary 1100000 110001 10010111 100100 1000100 0 101001 100001100 110011 100111

Color Harmonies of #603197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603197

Black with #603197

Text Example


Text Example

White with #603197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603197; }

 p { color: rgb(96,49,151); }

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

background-color css

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

 a { background-color: rgb(96,49,151); }

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

border-color css

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

 span { border-color: rgb(96,49,151); }

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