Html Css Color HEX #603079 Honey Flower

📋 copy color: '#603079'

red 96 ◦ green 48 ◦ blue 121

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

Shades of Honey Flower #603079

Tints of Honey Flower #603079

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

 BLUE value IS 121 (47.66% from 255) = 45.66%

R = 36.23%
G = 18.11%
B = 45.66%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603079 (or 0x603079) is known color: Honey Flower. HEX triplet: 60, 30 and 79. RGB value is (96,48,121). Sum of RGB (Red+Green+Blue) = 96+48+121=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #603079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603079 is #9FCF86. Grayscale: #464646. Windows color (decimal): -10473351 or 7942240. OLE color: 7942240.

HSL color Cylindrical-coordinate representation of color #603079: hue angle of 279.45º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #603079 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 48 121 -
CMYK 0.21 0.60 0 0.53
HSL 279.45º 0.43% 0.33% -
HSV(B) 279.45º 0.6% 0.47% -
XYZ 9.33 5.98 18.75 -
YUV 70.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 96 48 121 0.21 0.60 0 0.53 279.45 0.43 0.33
Hex 60 30 79 15 3C 0 35 117 2B 21
Octal 140 60 171 25 74 0 65 427 53 41
Binary 1100000 110000 1111001 10101 111100 0 110101 100010111 101011 100001

Color Harmonies of #603079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603079

Black with #603079

Text Example


Text Example

White with #603079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603079; }

 p { color: rgb(96,48,121); }

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

background-color css

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

 a { background-color: rgb(96,48,121); }

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

border-color css

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

 span { border-color: rgb(96,48,121); }

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