Html Css Color HEX #603278 Honey Flower

📋 copy color: '#603278'

red 96 ◦ green 50 ◦ blue 120

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

Shades of Honey Flower #603278

Tints of Honey Flower #603278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

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

R = 36.09%
G = 18.8%
B = 45.11%

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

#603278 (or 0x603278) is known color: Honey Flower. HEX triplet: 60, 32 and 78. RGB value is (96,50,120). Sum of RGB (Red+Green+Blue) = 96+50+120=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #603278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603278 is #9FCD87. Grayscale: #474747. Windows color (decimal): -10472840 or 7877216. OLE color: 7877216.

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

Color convert

RGB 96 50 120 -
CMYK 0.2 0.58 0 0.53
HSL 279.43º 0.41% 0.33% -
HSV(B) 279.43º 0.58% 0.47% -
XYZ 9.35 6.12 18.46 -
YUV 71.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 96 50 120 0.2 0.58 0 0.53 279.43 0.41 0.33
Hex 60 32 78 14 3A 0 35 117 29 21
Octal 140 62 170 24 72 0 65 427 51 41
Binary 1100000 110010 1111000 10100 111010 0 110101 100010111 101001 100001

Color Harmonies of #603278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603278

Black with #603278

Text Example


Text Example

White with #603278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603278; }

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

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

background-color css

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

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

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

border-color css

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

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

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