Html Css Color HEX #703068 Palatinate Purple

📋 copy color: '#703068'

red 112 ◦ green 48 ◦ blue 104

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

Shades of Palatinate Purple #703068

Tints of Palatinate Purple #703068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 42.42%
G = 18.18%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#703068 (or 0x703068) is known color: Palatinate Purple. HEX triplet: 70, 30 and 68. RGB value is (112,48,104). Sum of RGB (Red+Green+Blue) = 112+48+104=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #703068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703068 is #8FCF97. Grayscale: #494949. Windows color (decimal): -9424792 or 6828144. OLE color: 6828144.

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

Color convert

RGB 112 48 104 -
CMYK 0 0.57 0.07 0.56
HSL 307.5º 0.4% 0.31% -
HSV(B) 307.5º 0.57% 0.44% -
XYZ 10.24 6.56 13.82 -
YUV 73.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 112 48 104 0 0.57 0.07 0.56 307.5 0.4 0.31
Hex 70 30 68 0 39 7 38 134 28 1F
Octal 160 60 150 0 71 7 70 464 50 37
Binary 1110000 110000 1101000 0 111001 111 111000 100110100 101000 11111

Color Harmonies of #703068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703068

Black with #703068

Text Example


Text Example

White with #703068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703068; }

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

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

background-color css

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

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

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

border-color css

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

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

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