Html Css Color HEX #701369 Palatinate Purple

📋 copy color: '#701369'

red 112 ◦ green 19 ◦ blue 105

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

Shades of Palatinate Purple #701369

Tints of Palatinate Purple #701369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

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

R = 47.46%
G = 8.05%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#701369 (or 0x701369) is known color: Palatinate Purple. HEX triplet: 70, 13 and 69. RGB value is (112,19,105). Sum of RGB (Red+Green+Blue) = 112+19+105=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #701369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701369 is #8FEC96. Grayscale: #383838. Windows color (decimal): -9432215 or 6886256. OLE color: 6886256.

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

Color convert

RGB 112 19 105 -
CMYK 0 0.83 0.06 0.56
HSL 304.52º 0.71% 0.26% -
HSV(B) 304.52º 0.83% 0.44% -
XYZ 9.46 4.93 13.82 -
YUV 56.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 112 19 105 0 0.83 0.06 0.56 304.52 0.71 0.26
Hex 70 13 69 0 53 6 38 131 47 1A
Octal 160 23 151 0 123 6 70 461 107 32
Binary 1110000 10011 1101001 0 1010011 110 111000 100110001 1000111 11010

Color Harmonies of #701369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701369

Black with #701369

Text Example


Text Example

White with #701369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701369; }

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

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

background-color css

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

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

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

border-color css

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

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

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