Html Css Color HEX #603471 Honey Flower

📋 copy color: '#603471'

red 96 ◦ green 52 ◦ blue 113

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

Shades of Honey Flower #603471

Tints of Honey Flower #603471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.92%

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 36.78%
G = 19.92%
B = 43.3%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#603471 (or 0x603471) is known color: Honey Flower. HEX triplet: 60, 34 and 71. RGB value is (96,52,113). Sum of RGB (Red+Green+Blue) = 96+52+113=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #603471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603471 is #9FCB8E. Grayscale: #474747. Windows color (decimal): -10472335 or 7418976. OLE color: 7418976.

HSL color Cylindrical-coordinate representation of color #603471: hue angle of 283.28º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #603471 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 52 113 -
CMYK 0.15 0.54 0 0.56
HSL 283.28º 0.37% 0.32% -
HSV(B) 283.28º 0.54% 0.44% -
XYZ 9.03 6.14 16.33 -
YUV 72.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 96 52 113 0.15 0.54 0 0.56 283.28 0.37 0.32
Hex 60 34 71 F 36 0 38 11B 25 20
Octal 140 64 161 17 66 0 70 433 45 40
Binary 1100000 110100 1110001 1111 110110 0 111000 100011011 100101 100000

Color Harmonies of #603471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603471

Black with #603471

Text Example


Text Example

White with #603471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603471; }

 p { color: rgb(96,52,113); }

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

background-color css

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

 a { background-color: rgb(96,52,113); }

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

border-color css

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

 span { border-color: rgb(96,52,113); }

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