Html Css Color HEX #701A6B Palatinate Purple

📋 copy color: '#701A6B'

red 112 ◦ green 26 ◦ blue 107

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

Shades of Palatinate Purple #701A6B

Tints of Palatinate Purple #701A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.61%

 BLUE value IS 107 (42.19% from 255) = 43.67%

R = 45.71%
G = 10.61%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#701A6B (or 0x701A6B) is known color: Palatinate Purple. HEX triplet: 70, 1A and 6B. RGB value is (112,26,107). Sum of RGB (Red+Green+Blue) = 112+26+107=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #701A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701A6B is #8FE594. Grayscale: #3C3C3C. Windows color (decimal): -9430421 or 7019120. OLE color: 7019120.

HSL color Cylindrical-coordinate representation of color #701A6B: hue angle of 303.49º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A6B is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 26 107 -
CMYK 0 0.77 0.04 0.56
HSL 303.49º 0.62% 0.27% -
HSV(B) 303.49º 0.77% 0.44% -
XYZ 9.71 5.25 14.41 -
YUV 60.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 112 26 107 0 0.77 0.04 0.56 303.49 0.62 0.27
Hex 70 1A 6B 0 4D 4 38 12F 3E 1B
Octal 160 32 153 0 115 4 70 457 76 33
Binary 1110000 11010 1101011 0 1001101 100 111000 100101111 111110 11011

Color Harmonies of #701A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A6B

Black with #701A6B

Text Example


Text Example

White with #701A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701A6B; }

 p { color: rgb(112,26,107); }

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

background-color css

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

 a { background-color: rgb(112,26,107); }

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

border-color css

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

 span { border-color: rgb(112,26,107); }

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