Html Css Color HEX #603570 Honey Flower

📋 copy color: '#603570'

red 96 ◦ green 53 ◦ blue 112

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

Shades of Honey Flower #603570

Tints of Honey Flower #603570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 36.78%
G = 20.31%
B = 42.91%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#603570 (or 0x603570) is known color: Honey Flower. HEX triplet: 60, 35 and 70. RGB value is (96,53,112). Sum of RGB (Red+Green+Blue) = 96+53+112=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #603570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603570 is #9FCA8F. Grayscale: #484848. Windows color (decimal): -10472080 or 7353696. OLE color: 7353696.

HSL color Cylindrical-coordinate representation of color #603570: hue angle of 283.73º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #603570 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 53 112 -
CMYK 0.14 0.53 0 0.56
HSL 283.73º 0.36% 0.32% -
HSV(B) 283.73º 0.53% 0.44% -
XYZ 9.02 6.2 16.05 -
YUV 72.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 96 53 112 0.14 0.53 0 0.56 283.73 0.36 0.32
Hex 60 35 70 E 35 0 38 11C 24 20
Octal 140 65 160 16 65 0 70 434 44 40
Binary 1100000 110101 1110000 1110 110101 0 111000 100011100 100100 100000

Color Harmonies of #603570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603570

Black with #603570

Text Example


Text Example

White with #603570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603570; }

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

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

background-color css

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

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

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

border-color css

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

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

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