Html Css Color HEX #603398 Daisy Bush

📋 copy color: '#603398'

red 96 ◦ green 51 ◦ blue 152

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

Shades of Daisy Bush #603398

Tints of Daisy Bush #603398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

 BLUE value IS 152 (59.77% from 255) = 50.84%

R = 32.11%
G = 17.06%
B = 50.84%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#603398 (or 0x603398) is known color: Daisy Bush. HEX triplet: 60, 33 and 98. RGB value is (96,51,152). Sum of RGB (Red+Green+Blue) = 96+51+152=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #603398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603398 is #9FCC67. Grayscale: #4B4B4B. Windows color (decimal): -10472552 or 9974624. OLE color: 9974624.

HSL color Cylindrical-coordinate representation of color #603398: hue angle of 266.73º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603398 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 51 152 -
CMYK 0.37 0.66 0 0.40
HSL 266.73º 0.5% 0.4% -
HSV(B) 266.73º 0.66% 0.6% -
XYZ 11.68 7.12 30.46 -
YUV 75.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 96 51 152 0.37 0.66 0 0.40 266.73 0.5 0.4
Hex 60 33 98 25 42 0 28 10B 32 28
Octal 140 63 230 45 102 0 50 413 62 50
Binary 1100000 110011 10011000 100101 1000010 0 101000 100001011 110010 101000

Color Harmonies of #603398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603398

Black with #603398

Text Example


Text Example

White with #603398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603398; }

 p { color: rgb(96,51,152); }

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

background-color css

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

 a { background-color: rgb(96,51,152); }

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

border-color css

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

 span { border-color: rgb(96,51,152); }

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