Html Css Color HEX #603270 Honey Flower

📋 copy color: '#603270'

red 96 ◦ green 50 ◦ blue 112

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

Shades of Honey Flower #603270

Tints of Honey Flower #603270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 37.21%
G = 19.38%
B = 43.41%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#603270 (or 0x603270) is known color: Honey Flower. HEX triplet: 60, 32 and 70. RGB value is (96,50,112). Sum of RGB (Red+Green+Blue) = 96+50+112=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #603270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603270 is #9FCD8F. Grayscale: #464646. Windows color (decimal): -10472848 or 7352928. OLE color: 7352928.

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

Color convert

RGB 96 50 112 -
CMYK 0.14 0.55 0 0.56
HSL 284.52º 0.38% 0.32% -
HSV(B) 284.52º 0.55% 0.44% -
XYZ 8.89 5.94 16.01 -
YUV 70.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 96 50 112 0.14 0.55 0 0.56 284.52 0.38 0.32
Hex 60 32 70 E 37 0 38 11D 26 20
Octal 140 62 160 16 67 0 70 435 46 40
Binary 1100000 110010 1110000 1110 110111 0 111000 100011101 100110 100000

Color Harmonies of #603270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603270

Black with #603270

Text Example


Text Example

White with #603270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603270; }

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

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

background-color css

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

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

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

border-color css

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

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

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