Html Css Color HEX #603799 Daisy Bush

📋 copy color: '#603799'

red 96 ◦ green 55 ◦ blue 153

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

Shades of Daisy Bush #603799

Tints of Daisy Bush #603799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.09%

 BLUE value IS 153 (60.16% from 255) = 50.33%

R = 31.58%
G = 18.09%
B = 50.33%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#603799 (or 0x603799) is known color: Daisy Bush. HEX triplet: 60, 37 and 99. RGB value is (96,55,153). Sum of RGB (Red+Green+Blue) = 96+55+153=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #603799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603799 is #9FC866. Grayscale: #4E4E4E. Windows color (decimal): -10471527 or 10041184. OLE color: 10041184.

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

Color convert

RGB 96 55 153 -
CMYK 0.37 0.64 0 0.4
HSL 265.1º 0.47% 0.41% -
HSV(B) 265.1º 0.64% 0.6% -
XYZ 11.94 7.52 30.96 -
YUV 78.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 96 55 153 0.37 0.64 0 0.4 265.1 0.47 0.41
Hex 60 37 99 25 40 0 28 109 2F 29
Octal 140 67 231 45 100 0 50 411 57 51
Binary 1100000 110111 10011001 100101 1000000 0 101000 100001001 101111 101001

Color Harmonies of #603799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603799

Black with #603799

Text Example


Text Example

White with #603799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603799; }

 p { color: rgb(96,55,153); }

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

background-color css

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

 a { background-color: rgb(96,55,153); }

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

border-color css

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

 span { border-color: rgb(96,55,153); }

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