Html Css Color HEX #701C58 Palatinate Purple

📋 copy color: '#701C58'

red 112 ◦ green 28 ◦ blue 88

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

Shades of Palatinate Purple #701C58

Tints of Palatinate Purple #701C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.6%

R = 49.12%
G = 12.28%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#701C58 (or 0x701C58) is known color: Palatinate Purple. HEX triplet: 70, 1C and 58. RGB value is (112,28,88). Sum of RGB (Red+Green+Blue) = 112+28+88=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #701C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C58 is #8FE3A7. Grayscale: #3B3B3B. Windows color (decimal): -9429928 or 5774448. OLE color: 5774448.

HSL color Cylindrical-coordinate representation of color #701C58: hue angle of 317.14º 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 #701C58 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 28 88 -
CMYK 0 0.75 0.21 0.56
HSL 317.14º 0.6% 0.27% -
HSV(B) 317.14º 0.75% 0.44% -
XYZ 8.86 4.98 9.73 -
YUV 59.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 112 28 88 0 0.75 0.21 0.56 317.14 0.6 0.27
Hex 70 1C 58 0 4B 15 38 13D 3C 1B
Octal 160 34 130 0 113 25 70 475 74 33
Binary 1110000 11100 1011000 0 1001011 10101 111000 100111101 111100 11011

Color Harmonies of #701C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C58

Black with #701C58

Text Example


Text Example

White with #701C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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