Html Css Color HEX #603578 Honey Flower

📋 copy color: '#603578'

red 96 ◦ green 53 ◦ blue 120

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

Shades of Honey Flower #603578

Tints of Honey Flower #603578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.61%

R = 35.69%
G = 19.7%
B = 44.61%

CMYK

 C value IS 0.2

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603578 (or 0x603578) is known color: Honey Flower. HEX triplet: 60, 35 and 78. RGB value is (96,53,120). Sum of RGB (Red+Green+Blue) = 96+53+120=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #603578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603578 is #9FCA87. Grayscale: #494949. Windows color (decimal): -10472072 or 7877984. OLE color: 7877984.

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

Color convert

RGB 96 53 120 -
CMYK 0.2 0.56 0 0.53
HSL 278.51º 0.39% 0.34% -
HSV(B) 278.51º 0.56% 0.47% -
XYZ 9.49 6.39 18.5 -
YUV 73.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 96 53 120 0.2 0.56 0 0.53 278.51 0.39 0.34
Hex 60 35 78 14 38 0 35 117 27 22
Octal 140 65 170 24 70 0 65 427 47 42
Binary 1100000 110101 1111000 10100 111000 0 110101 100010111 100111 100010

Color Harmonies of #603578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603578

Black with #603578

Text Example


Text Example

White with #603578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603578; }

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

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

background-color css

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

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

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

border-color css

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

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

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