Html Css Color HEX #603778 Honey Flower

📋 copy color: '#603778'

red 96 ◦ green 55 ◦ blue 120

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

Shades of Honey Flower #603778

Tints of Honey Flower #603778

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

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

R = 35.42%
G = 20.3%
B = 44.28%

CMYK

 C value IS 0.2

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603778 (or 0x603778) is known color: Honey Flower. HEX triplet: 60, 37 and 78. RGB value is (96,55,120). Sum of RGB (Red+Green+Blue) = 96+55+120=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #603778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603778 is #9FC887. Grayscale: #4A4A4A. Windows color (decimal): -10471560 or 7878496. OLE color: 7878496.

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

Color convert

RGB 96 55 120 -
CMYK 0.2 0.54 0 0.53
HSL 277.85º 0.37% 0.34% -
HSV(B) 277.85º 0.54% 0.47% -
XYZ 9.58 6.58 18.53 -
YUV 74.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 96 55 120 0.2 0.54 0 0.53 277.85 0.37 0.34
Hex 60 37 78 14 36 0 35 116 25 22
Octal 140 67 170 24 66 0 65 426 45 42
Binary 1100000 110111 1111000 10100 110110 0 110101 100010110 100101 100010

Color Harmonies of #603778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603778

Black with #603778

Text Example


Text Example

White with #603778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603778; }

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

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

background-color css

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

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

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

border-color css

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

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

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