Html Css Color HEX #603378 Honey Flower

📋 copy color: '#603378'

red 96 ◦ green 51 ◦ blue 120

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

Shades of Honey Flower #603378

Tints of Honey Flower #603378

RGB

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

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

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

R = 35.96%
G = 19.1%
B = 44.94%

CMYK

 C value IS 0.2

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603378 (or 0x603378) is known color: Honey Flower. HEX triplet: 60, 33 and 78. RGB value is (96,51,120). Sum of RGB (Red+Green+Blue) = 96+51+120=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #603378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603378 is #9FCC87. Grayscale: #484848. Windows color (decimal): -10472584 or 7877472. OLE color: 7877472.

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

Color convert

RGB 96 51 120 -
CMYK 0.2 0.58 0 0.53
HSL 279.13º 0.4% 0.34% -
HSV(B) 279.13º 0.58% 0.47% -
XYZ 9.4 6.21 18.47 -
YUV 72.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 96 51 120 0.2 0.58 0 0.53 279.13 0.4 0.34
Hex 60 33 78 14 3A 0 35 117 28 22
Octal 140 63 170 24 72 0 65 427 50 42
Binary 1100000 110011 1111000 10100 111010 0 110101 100010111 101000 100010

Color Harmonies of #603378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603378

Black with #603378

Text Example


Text Example

White with #603378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603378; }

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

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

background-color css

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

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

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

border-color css

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

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

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