Html Css Color HEX #702267 Palatinate Purple

📋 copy color: '#702267'

red 112 ◦ green 34 ◦ blue 103

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

Shades of Palatinate Purple #702267

Tints of Palatinate Purple #702267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 44.98%
G = 13.65%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#702267 (or 0x702267) is known color: Palatinate Purple. HEX triplet: 70, 22 and 67. RGB value is (112,34,103). Sum of RGB (Red+Green+Blue) = 112+34+103=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #702267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702267 is #8FDD98. Grayscale: #404040. Windows color (decimal): -9428377 or 6759024. OLE color: 6759024.

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

Color convert

RGB 112 34 103 -
CMYK 0 0.70 0.08 0.56
HSL 306.92º 0.53% 0.29% -
HSV(B) 306.92º 0.7% 0.44% -
XYZ 9.7 5.57 13.4 -
YUV 65.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 112 34 103 0 0.70 0.08 0.56 306.92 0.53 0.29
Hex 70 22 67 0 46 8 38 133 35 1D
Octal 160 42 147 0 106 10 70 463 65 35
Binary 1110000 100010 1100111 0 1000110 1000 111000 100110011 110101 11101

Color Harmonies of #702267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702267

Black with #702267

Text Example


Text Example

White with #702267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702267; }

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

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

background-color css

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

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

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

border-color css

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

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

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