Html Css Color HEX #701469 Palatinate Purple

📋 copy color: '#701469'

red 112 ◦ green 20 ◦ blue 105

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

Shades of Palatinate Purple #701469

Tints of Palatinate Purple #701469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 47.26%
G = 8.44%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#701469 (or 0x701469) is known color: Palatinate Purple. HEX triplet: 70, 14 and 69. RGB value is (112,20,105). Sum of RGB (Red+Green+Blue) = 112+20+105=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #701469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701469 is #8FEB96. Grayscale: #383838. Windows color (decimal): -9431959 or 6886512. OLE color: 6886512.

HSL color Cylindrical-coordinate representation of color #701469: hue angle of 304.57º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701469 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 20 105 -
CMYK 0 0.82 0.06 0.56
HSL 304.57º 0.7% 0.26% -
HSV(B) 304.57º 0.82% 0.44% -
XYZ 9.48 4.96 13.82 -
YUV 57.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 112 20 105 0 0.82 0.06 0.56 304.57 0.7 0.26
Hex 70 14 69 0 52 6 38 131 46 1A
Octal 160 24 151 0 122 6 70 461 106 32
Binary 1110000 10100 1101001 0 1010010 110 111000 100110001 1000110 11010

Color Harmonies of #701469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701469

Black with #701469

Text Example


Text Example

White with #701469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701469; }

 p { color: rgb(112,20,105); }

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

background-color css

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

 a { background-color: rgb(112,20,105); }

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

border-color css

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

 span { border-color: rgb(112,20,105); }

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