#702268

Color #702268 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #702268

Tints of Palatinate Purple #702268

Color information

#702268 (or 0x702268) is unknown color: approx Palatinate Purple. HEX triplet: 70, 22 and 68. RGB value is (112,34,104). Sum of RGB (Red+Green+Blue) = 112+34+104=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #702268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702268 is #8FDD97. Grayscale: #414141. Windows color (decimal): -9428376 or 6824560. OLE color: 6824560.

HSL color Cylindrical-coordinate representation of color #702268: hue angle of 306.15º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702268 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11234104-
CMYK00.700.070.56
HSL306.15º53.42%28.63%-
HSV(B)306.15º69.64%43.92%-
XYZ9.755.5913.66-
YUV65.3149.84161.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 104 (41.02% from 255) = 41.6%
R=44.8%
G=13.6%
B=41.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123410400.700.070.56306.1553.4228.63
Hex702268046738132351d
Octal1604215001067704626535
Binary111000010001011010000100011011111100010011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702268; }

 p { color: rgb(112,34,104); }

 H1.HeaderClassName
 {
   color: #702268;
 }
 .AnyTagClassName
 {
   color: #702268;
 }
</style>
background-color css

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

 a { background-color: rgb(112,34,104); }

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

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

 span { border-color: rgb(112,34,104); }

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