Html Css Color HEX #702260 Palatinate Purple

📋 copy color: '#702260'

red 112 ◦ green 34 ◦ blue 96

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

Shades of Palatinate Purple #702260

Tints of Palatinate Purple #702260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.67%

R = 46.28%
G = 14.05%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#702260 (or 0x702260) is known color: Palatinate Purple. HEX triplet: 70, 22 and 60. RGB value is (112,34,96). Sum of RGB (Red+Green+Blue) = 112+34+96=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #702260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702260 is #8FDD9F. Grayscale: #404040. Windows color (decimal): -9428384 or 6300272. OLE color: 6300272.

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

Color convert

RGB 112 34 96 -
CMYK 0 0.70 0.14 0.56
HSL 312.31º 0.53% 0.29% -
HSV(B) 312.31º 0.7% 0.44% -
XYZ 9.37 5.43 11.62 -
YUV 64.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 112 34 96 0 0.70 0.14 0.56 312.31 0.53 0.29
Hex 70 22 60 0 46 E 38 138 35 1D
Octal 160 42 140 0 106 16 70 470 65 35
Binary 1110000 100010 1100000 0 1000110 1110 111000 100111000 110101 11101

Color Harmonies of #702260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702260

Black with #702260

Text Example


Text Example

White with #702260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702260; }

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

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

background-color css

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

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

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

border-color css

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

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

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