Html Css Color HEX #603592 Daisy Bush

📋 copy color: '#603592'

red 96 ◦ green 53 ◦ blue 146

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

Shades of Daisy Bush #603592

Tints of Daisy Bush #603592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.49%

R = 32.54%
G = 17.97%
B = 49.49%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#603592 (or 0x603592) is known color: Daisy Bush. HEX triplet: 60, 35 and 92. RGB value is (96,53,146). Sum of RGB (Red+Green+Blue) = 96+53+146=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #603592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603592 is #9FCA6D. Grayscale: #4C4C4C. Windows color (decimal): -10472046 or 9581920. OLE color: 9581920.

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

Color convert

RGB 96 53 146 -
CMYK 0.34 0.64 0 0.43
HSL 267.74º 0.47% 0.39% -
HSV(B) 267.74º 0.64% 0.57% -
XYZ 11.29 7.11 27.97 -
YUV 76.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 96 53 146 0.34 0.64 0 0.43 267.74 0.47 0.39
Hex 60 35 92 22 40 0 2B 10C 2F 27
Octal 140 65 222 42 100 0 53 414 57 47
Binary 1100000 110101 10010010 100010 1000000 0 101011 100001100 101111 100111

Color Harmonies of #603592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603592

Black with #603592

Text Example


Text Example

White with #603592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603592; }

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

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

background-color css

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

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

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

border-color css

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

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

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