Html Css Color HEX #702968 Palatinate Purple

📋 copy color: '#702968'

red 112 ◦ green 41 ◦ blue 104

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

Shades of Palatinate Purple #702968

Tints of Palatinate Purple #702968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.47%

R = 43.58%
G = 15.95%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#702968 (or 0x702968) is known color: Palatinate Purple. HEX triplet: 70, 29 and 68. RGB value is (112,41,104). Sum of RGB (Red+Green+Blue) = 112+41+104=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #702968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702968 is #8FD697. Grayscale: #454545. Windows color (decimal): -9426584 or 6826352. OLE color: 6826352.

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

Color convert

RGB 112 41 104 -
CMYK 0 0.63 0.07 0.56
HSL 306.76º 0.46% 0.3% -
HSV(B) 306.76º 0.63% 0.44% -
XYZ 9.97 6.03 13.73 -
YUV 69.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 112 41 104 0 0.63 0.07 0.56 306.76 0.46 0.3
Hex 70 29 68 0 3F 7 38 133 2E 1E
Octal 160 51 150 0 77 7 70 463 56 36
Binary 1110000 101001 1101000 0 111111 111 111000 100110011 101110 11110

Color Harmonies of #702968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702968

Black with #702968

Text Example


Text Example

White with #702968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702968; }

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

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

background-color css

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

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

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

border-color css

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

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

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