Html Css Color HEX #603472 Honey Flower

📋 copy color: '#603472'

red 96 ◦ green 52 ◦ blue 114

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

Shades of Honey Flower #603472

Tints of Honey Flower #603472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.51%

R = 36.64%
G = 19.85%
B = 43.51%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#603472 (or 0x603472) is known color: Honey Flower. HEX triplet: 60, 34 and 72. RGB value is (96,52,114). Sum of RGB (Red+Green+Blue) = 96+52+114=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #603472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603472 is #9FCB8D. Grayscale: #484848. Windows color (decimal): -10472334 or 7484512. OLE color: 7484512.

HSL color Cylindrical-coordinate representation of color #603472: hue angle of 282.58º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #603472 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 52 114 -
CMYK 0.16 0.54 0 0.55
HSL 282.58º 0.37% 0.33% -
HSV(B) 282.58º 0.54% 0.45% -
XYZ 9.09 6.16 16.63 -
YUV 72.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 96 52 114 0.16 0.54 0 0.55 282.58 0.37 0.33
Hex 60 34 72 10 36 0 37 11B 25 21
Octal 140 64 162 20 66 0 67 433 45 41
Binary 1100000 110100 1110010 10000 110110 0 110111 100011011 100101 100001

Color Harmonies of #603472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603472

Black with #603472

Text Example


Text Example

White with #603472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603472; }

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

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

background-color css

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

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

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

border-color css

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

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

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