Html Css Color HEX #603078 Honey Flower

📋 copy color: '#603078'

red 96 ◦ green 48 ◦ blue 120

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

Shades of Honey Flower #603078

Tints of Honey Flower #603078

RGB

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

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

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

R = 36.36%
G = 18.18%
B = 45.45%

CMYK

 C value IS 0.2

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603078 (or 0x603078) is known color: Honey Flower. HEX triplet: 60, 30 and 78. RGB value is (96,48,120). Sum of RGB (Red+Green+Blue) = 96+48+120=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #603078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603078 is #9FCF87. Grayscale: #464646. Windows color (decimal): -10473352 or 7876704. OLE color: 7876704.

HSL color Cylindrical-coordinate representation of color #603078: hue angle of 280º 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 #603078 is Cyan = 0.2, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 48 120 -
CMYK 0.2 0.60 0 0.53
HSL 280º 0.43% 0.33% -
HSV(B) 280º 0.6% 0.47% -
XYZ 9.27 5.96 18.43 -
YUV 70.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 96 48 120 0.2 0.60 0 0.53 280 0.43 0.33
Hex 60 30 78 14 3C 0 35 118 2B 21
Octal 140 60 170 24 74 0 65 430 53 41
Binary 1100000 110000 1111000 10100 111100 0 110101 100011000 101011 100001

Color Harmonies of #603078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603078

Black with #603078

Text Example


Text Example

White with #603078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603078; }

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

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

background-color css

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

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

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

border-color css

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

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

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