Html Css Color HEX #603D97 Daisy Bush

📋 copy color: '#603D97'

red 96 ◦ green 61 ◦ blue 151

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

Shades of Daisy Bush #603D97

Tints of Daisy Bush #603D97

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.81%

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

R = 31.17%
G = 19.81%
B = 49.03%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#603D97 (or 0x603D97) is known color: Daisy Bush. HEX triplet: 60, 3D and 97. RGB value is (96,61,151). Sum of RGB (Red+Green+Blue) = 96+61+151=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #603D97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603D97 is #9FC268. Grayscale: #515151. Windows color (decimal): -10469993 or 9911648. OLE color: 9911648.

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

Color convert

RGB 96 61 151 -
CMYK 0.36 0.60 0 0.41
HSL 263.33º 0.42% 0.42% -
HSV(B) 263.33º 0.6% 0.59% -
XYZ 12.08 8.06 30.2 -
YUV 81.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 96 61 151 0.36 0.60 0 0.41 263.33 0.42 0.42
Hex 60 3D 97 24 3C 0 29 107 2A 2A
Octal 140 75 227 44 74 0 51 407 52 52
Binary 1100000 111101 10010111 100100 111100 0 101001 100000111 101010 101010

Color Harmonies of #603D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D97

Black with #603D97

Text Example


Text Example

White with #603D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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