Html Css Color HEX #603F78 Honey Flower

📋 copy color: '#603F78'

red 96 ◦ green 63 ◦ blue 120

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

Shades of Honey Flower #603F78

Tints of Honey Flower #603F78

RGB

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

 GREEN value IS 63 (25% from 255) = 22.58%

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

R = 34.41%
G = 22.58%
B = 43.01%

CMYK

 C value IS 0.2

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603F78 (or 0x603F78) is known color: Honey Flower. HEX triplet: 60, 3F and 78. RGB value is (96,63,120). Sum of RGB (Red+Green+Blue) = 96+63+120=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #603F78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F78 is #9FC087. Grayscale: #4F4F4F. Windows color (decimal): -10469512 or 7880544. OLE color: 7880544.

HSL color Cylindrical-coordinate representation of color #603F78: hue angle of 274.74º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #603F78 is Cyan = 0.2, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 63 120 -
CMYK 0.2 0.48 0 0.53
HSL 274.74º 0.31% 0.36% -
HSV(B) 274.74º 0.48% 0.47% -
XYZ 9.99 7.4 18.67 -
YUV 79.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 96 63 120 0.2 0.48 0 0.53 274.74 0.31 0.36
Hex 60 3F 78 14 30 0 35 113 1F 24
Octal 140 77 170 24 60 0 65 423 37 44
Binary 1100000 111111 1111000 10100 110000 0 110101 100010011 11111 100100

Color Harmonies of #603F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F78

Black with #603F78

Text Example


Text Example

White with #603F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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