Html Css Color HEX #702867 Palatinate Purple

📋 copy color: '#702867'

red 112 ◦ green 40 ◦ blue 103

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

Shades of Palatinate Purple #702867

Tints of Palatinate Purple #702867

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.69%

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

R = 43.92%
G = 15.69%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#702867 (or 0x702867) is known color: Palatinate Purple. HEX triplet: 70, 28 and 67. RGB value is (112,40,103). Sum of RGB (Red+Green+Blue) = 112+40+103=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #702867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702867 is #8FD798. Grayscale: #444444. Windows color (decimal): -9426841 or 6760560. OLE color: 6760560.

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

Color convert

RGB 112 40 103 -
CMYK 0 0.64 0.08 0.56
HSL 307.5º 0.47% 0.3% -
HSV(B) 307.5º 0.64% 0.44% -
XYZ 9.89 5.94 13.46 -
YUV 68.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 112 40 103 0 0.64 0.08 0.56 307.5 0.47 0.3
Hex 70 28 67 0 40 8 38 134 2F 1E
Octal 160 50 147 0 100 10 70 464 57 36
Binary 1110000 101000 1100111 0 1000000 1000 111000 100110100 101111 11110

Color Harmonies of #702867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702867

Black with #702867

Text Example


Text Example

White with #702867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702867; }

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

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

background-color css

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

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

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

border-color css

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

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

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