Html Css Color HEX #701268 Palatinate Purple

📋 copy color: '#701268'

red 112 ◦ green 18 ◦ blue 104

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

Shades of Palatinate Purple #701268

Tints of Palatinate Purple #701268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

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

R = 47.86%
G = 7.69%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#701268 (or 0x701268) is known color: Palatinate Purple. HEX triplet: 70, 12 and 68. RGB value is (112,18,104). Sum of RGB (Red+Green+Blue) = 112+18+104=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #701268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701268 is #8FED97. Grayscale: #373737. Windows color (decimal): -9432472 or 6820464. OLE color: 6820464.

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

Color convert

RGB 112 18 104 -
CMYK 0 0.84 0.07 0.56
HSL 305.11º 0.72% 0.25% -
HSV(B) 305.11º 0.84% 0.44% -
XYZ 9.4 4.88 13.54 -
YUV 55.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 112 18 104 0 0.84 0.07 0.56 305.11 0.72 0.25
Hex 70 12 68 0 54 7 38 131 48 19
Octal 160 22 150 0 124 7 70 461 110 31
Binary 1110000 10010 1101000 0 1010100 111 111000 100110001 1001000 11001

Color Harmonies of #701268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701268

Black with #701268

Text Example


Text Example

White with #701268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701268; }

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

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

background-color css

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

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

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

border-color css

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

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

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