Html Css Color HEX #701C69 Palatinate Purple

📋 copy color: '#701C69'

red 112 ◦ green 28 ◦ blue 105

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

Shades of Palatinate Purple #701C69

Tints of Palatinate Purple #701C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

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

R = 45.71%
G = 11.43%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#701C69 (or 0x701C69) is known color: Palatinate Purple. HEX triplet: 70, 1C and 69. RGB value is (112,28,105). Sum of RGB (Red+Green+Blue) = 112+28+105=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #701C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C69 is #8FE396. Grayscale: #3D3D3D. Windows color (decimal): -9429911 or 6888560. OLE color: 6888560.

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

Color convert

RGB 112 28 105 -
CMYK 0 0.75 0.06 0.56
HSL 305º 0.6% 0.27% -
HSV(B) 305º 0.75% 0.44% -
XYZ 9.65 5.3 13.88 -
YUV 61.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 112 28 105 0 0.75 0.06 0.56 305 0.6 0.27
Hex 70 1C 69 0 4B 6 38 131 3C 1B
Octal 160 34 151 0 113 6 70 461 74 33
Binary 1110000 11100 1101001 0 1001011 110 111000 100110001 111100 11011

Color Harmonies of #701C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C69

Black with #701C69

Text Example


Text Example

White with #701C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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