Html Css Color HEX #701265 Palatinate Purple

📋 copy color: '#701265'

red 112 ◦ green 18 ◦ blue 101

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

Shades of Palatinate Purple #701265

Tints of Palatinate Purple #701265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.72%

R = 48.48%
G = 7.79%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#701265 (or 0x701265) is known color: Palatinate Purple. HEX triplet: 70, 12 and 65. RGB value is (112,18,101). Sum of RGB (Red+Green+Blue) = 112+18+101=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #701265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701265 is #8FED9A. Grayscale: #373737. Windows color (decimal): -9432475 or 6623856. OLE color: 6623856.

HSL color Cylindrical-coordinate representation of color #701265: hue angle of 307.02º 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 #701265 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 101 -
CMYK 0 0.84 0.10 0.56
HSL 307.02º 0.72% 0.25% -
HSV(B) 307.02º 0.84% 0.44% -
XYZ 9.25 4.82 12.75 -
YUV 55.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 112 18 101 0 0.84 0.10 0.56 307.02 0.72 0.25
Hex 70 12 65 0 54 A 38 133 48 19
Octal 160 22 145 0 124 12 70 463 110 31
Binary 1110000 10010 1100101 0 1010100 1010 111000 100110011 1001000 11001

Color Harmonies of #701265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701265

Black with #701265

Text Example


Text Example

White with #701265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701265; }

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

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

background-color css

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

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

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

border-color css

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

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

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