Html Css Color HEX #702264 Palatinate Purple

📋 copy color: '#702264'

red 112 ◦ green 34 ◦ blue 100

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

Shades of Palatinate Purple #702264

Tints of Palatinate Purple #702264

RGB

 RED value IS 112 (44.14% from 255) = 45.53%

 GREEN value IS 34 (13.67% from 255) = 13.82%

 BLUE value IS 100 (39.45% from 255) = 40.65%

R = 45.53%
G = 13.82%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#702264 (or 0x702264) is known color: Palatinate Purple. HEX triplet: 70, 22 and 64. RGB value is (112,34,100). Sum of RGB (Red+Green+Blue) = 112+34+100=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #702264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702264 is #8FDD9B. Grayscale: #404040. Windows color (decimal): -9428380 or 6562416. OLE color: 6562416.

HSL color Cylindrical-coordinate representation of color #702264: hue angle of 309.23º 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 #702264 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 100 -
CMYK 0 0.70 0.11 0.56
HSL 309.23º 0.53% 0.29% -
HSV(B) 309.23º 0.7% 0.44% -
XYZ 9.55 5.51 12.62 -
YUV 64.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 112 34 100 0 0.70 0.11 0.56 309.23 0.53 0.29
Hex 70 22 64 0 46 B 38 135 35 1D
Octal 160 42 144 0 106 13 70 465 65 35
Binary 1110000 100010 1100100 0 1000110 1011 111000 100110101 110101 11101

Color Harmonies of #702264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702264

Black with #702264

Text Example


Text Example

White with #702264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702264; }

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

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

background-color css

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

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

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

border-color css

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

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

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