Html Css Color HEX #702268 Palatinate Purple

📋 copy color: '#702268'

red 112 ◦ green 34 ◦ blue 104

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

Shades of Palatinate Purple #702268

Tints of Palatinate Purple #702268

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 value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#702268 (or 0x702268) is known color: 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

RGB 112 34 104 -
CMYK 0 0.70 0.07 0.56
HSL 306.15º 0.53% 0.29% -
HSV(B) 306.15º 0.7% 0.44% -
XYZ 9.75 5.59 13.66 -
YUV 65.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 112 34 104 0 0.70 0.07 0.56 306.15 0.53 0.29
Hex 70 22 68 0 46 7 38 132 35 1D
Octal 160 42 150 0 106 7 70 462 65 35
Binary 1110000 100010 1101000 0 1000110 111 111000 100110010 110101 11101

Color Harmonies of #702268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702268

Black with #702268

Text Example


Text Example

White with #702268

Text Example


Text Example

HTML Codes & Css Web 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>