Html Css Color HEX #701C5C Palatinate Purple

📋 copy color: '#701C5C'

red 112 ◦ green 28 ◦ blue 92

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

Shades of Palatinate Purple #701C5C

Tints of Palatinate Purple #701C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.66%

R = 48.28%
G = 12.07%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#701C5C (or 0x701C5C) is known color: Palatinate Purple. HEX triplet: 70, 1C and 5C. RGB value is (112,28,92). Sum of RGB (Red+Green+Blue) = 112+28+92=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #701C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C5C is #8FE3A3. Grayscale: #3C3C3C. Windows color (decimal): -9429924 or 6036592. OLE color: 6036592.

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

Color convert

RGB 112 28 92 -
CMYK 0 0.75 0.18 0.56
HSL 314.29º 0.6% 0.27% -
HSV(B) 314.29º 0.75% 0.44% -
XYZ 9.03 5.05 10.62 -
YUV 60.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 112 28 92 0 0.75 0.18 0.56 314.29 0.6 0.27
Hex 70 1C 5C 0 4B 12 38 13A 3C 1B
Octal 160 34 134 0 113 22 70 472 74 33
Binary 1110000 11100 1011100 0 1001011 10010 111000 100111010 111100 11011

Color Harmonies of #701C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C5C

Black with #701C5C

Text Example


Text Example

White with #701C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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