Html Css Color HEX #603178 Honey Flower

📋 copy color: '#603178'

red 96 ◦ green 49 ◦ blue 120

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

Shades of Honey Flower #603178

Tints of Honey Flower #603178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

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

R = 36.23%
G = 18.49%
B = 45.28%

CMYK

 C value IS 0.2

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603178 (or 0x603178) is known color: Honey Flower. HEX triplet: 60, 31 and 78. RGB value is (96,49,120). Sum of RGB (Red+Green+Blue) = 96+49+120=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #603178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603178 is #9FCE87. Grayscale: #464646. Windows color (decimal): -10473096 or 7876960. OLE color: 7876960.

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

Color convert

RGB 96 49 120 -
CMYK 0.2 0.59 0 0.53
HSL 279.72º 0.42% 0.33% -
HSV(B) 279.72º 0.59% 0.47% -
XYZ 9.31 6.04 18.44 -
YUV 71.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 96 49 120 0.2 0.59 0 0.53 279.72 0.42 0.33
Hex 60 31 78 14 3B 0 35 118 2A 21
Octal 140 61 170 24 73 0 65 430 52 41
Binary 1100000 110001 1111000 10100 111011 0 110101 100011000 101010 100001

Color Harmonies of #603178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603178

Black with #603178

Text Example


Text Example

White with #603178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603178; }

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

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

background-color css

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

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

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

border-color css

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

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

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