Html Css Color HEX #603071 Honey Flower

📋 copy color: '#603071'

red 96 ◦ green 48 ◦ blue 113

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

Shades of Honey Flower #603071

Tints of Honey Flower #603071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

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

R = 37.35%
G = 18.68%
B = 43.97%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#603071 (or 0x603071) is known color: Honey Flower. HEX triplet: 60, 30 and 71. RGB value is (96,48,113). Sum of RGB (Red+Green+Blue) = 96+48+113=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #603071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603071 is #9FCF8E. Grayscale: #454545. Windows color (decimal): -10473359 or 7417952. OLE color: 7417952.

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

Color convert

RGB 96 48 113 -
CMYK 0.15 0.58 0 0.56
HSL 284.31º 0.4% 0.32% -
HSV(B) 284.31º 0.58% 0.44% -
XYZ 8.86 5.79 16.27 -
YUV 69.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 96 48 113 0.15 0.58 0 0.56 284.31 0.4 0.32
Hex 60 30 71 F 3A 0 38 11C 28 20
Octal 140 60 161 17 72 0 70 434 50 40
Binary 1100000 110000 1110001 1111 111010 0 111000 100011100 101000 100000

Color Harmonies of #603071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603071

Black with #603071

Text Example


Text Example

White with #603071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603071; }

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

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

background-color css

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

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

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

border-color css

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

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

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