Html Css Color HEX #603593 Daisy Bush

📋 copy color: '#603593'

red 96 ◦ green 53 ◦ blue 147

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

Shades of Daisy Bush #603593

Tints of Daisy Bush #603593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

 BLUE value IS 147 (57.81% from 255) = 49.66%

R = 32.43%
G = 17.91%
B = 49.66%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#603593 (or 0x603593) is known color: Daisy Bush. HEX triplet: 60, 35 and 93. RGB value is (96,53,147). Sum of RGB (Red+Green+Blue) = 96+53+147=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #603593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603593 is #9FCA6C. Grayscale: #4C4C4C. Windows color (decimal): -10472045 or 9647456. OLE color: 9647456.

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

Color convert

RGB 96 53 147 -
CMYK 0.35 0.64 0 0.42
HSL 267.45º 0.47% 0.39% -
HSV(B) 267.45º 0.64% 0.58% -
XYZ 11.36 7.14 28.38 -
YUV 76.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 96 53 147 0.35 0.64 0 0.42 267.45 0.47 0.39
Hex 60 35 93 23 40 0 2A 10B 2F 27
Octal 140 65 223 43 100 0 52 413 57 47
Binary 1100000 110101 10010011 100011 1000000 0 101010 100001011 101111 100111

Color Harmonies of #603593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603593

Black with #603593

Text Example


Text Example

White with #603593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603593; }

 p { color: rgb(96,53,147); }

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

background-color css

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

 a { background-color: rgb(96,53,147); }

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

border-color css

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

 span { border-color: rgb(96,53,147); }

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