Html Css Color HEX #603379 Honey Flower

📋 copy color: '#603379'

red 96 ◦ green 51 ◦ blue 121

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

Shades of Honey Flower #603379

Tints of Honey Flower #603379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.03%

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

R = 35.82%
G = 19.03%
B = 45.15%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603379 (or 0x603379) is known color: Honey Flower. HEX triplet: 60, 33 and 79. RGB value is (96,51,121). Sum of RGB (Red+Green+Blue) = 96+51+121=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #603379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603379 is #9FCC86. Grayscale: #484848. Windows color (decimal): -10472583 or 7943008. OLE color: 7943008.

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

Color convert

RGB 96 51 121 -
CMYK 0.21 0.58 0 0.53
HSL 278.57º 0.41% 0.34% -
HSV(B) 278.57º 0.58% 0.47% -
XYZ 9.46 6.23 18.79 -
YUV 72.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 96 51 121 0.21 0.58 0 0.53 278.57 0.41 0.34
Hex 60 33 79 15 3A 0 35 117 29 22
Octal 140 63 171 25 72 0 65 427 51 42
Binary 1100000 110011 1111001 10101 111010 0 110101 100010111 101001 100010

Color Harmonies of #603379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603379

Black with #603379

Text Example


Text Example

White with #603379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603379; }

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

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

background-color css

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

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

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

border-color css

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

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

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