Html Css Color HEX #702967 Palatinate Purple

📋 copy color: '#702967'

red 112 ◦ green 41 ◦ blue 103

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

Shades of Palatinate Purple #702967

Tints of Palatinate Purple #702967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

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

R = 43.75%
G = 16.02%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#702967 (or 0x702967) is known color: Palatinate Purple. HEX triplet: 70, 29 and 67. RGB value is (112,41,103). Sum of RGB (Red+Green+Blue) = 112+41+103=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #702967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702967 is #8FD698. Grayscale: #454545. Windows color (decimal): -9426585 or 6760816. OLE color: 6760816.

HSL color Cylindrical-coordinate representation of color #702967: hue angle of 307.61º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702967 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 103 -
CMYK 0 0.63 0.08 0.56
HSL 307.61º 0.46% 0.3% -
HSV(B) 307.61º 0.63% 0.44% -
XYZ 9.92 6.01 13.47 -
YUV 69.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 112 41 103 0 0.63 0.08 0.56 307.61 0.46 0.3
Hex 70 29 67 0 3F 8 38 134 2E 1E
Octal 160 51 147 0 77 10 70 464 56 36
Binary 1110000 101001 1100111 0 111111 1000 111000 100110100 101110 11110

Color Harmonies of #702967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702967

Black with #702967

Text Example


Text Example

White with #702967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702967; }

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

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

background-color css

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

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

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

border-color css

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

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

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