Html Css Color HEX #701C67 Palatinate Purple

📋 copy color: '#701C67'

red 112 ◦ green 28 ◦ blue 103

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

Shades of Palatinate Purple #701C67

Tints of Palatinate Purple #701C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.39%

R = 46.09%
G = 11.52%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#701C67 (or 0x701C67) is known color: Palatinate Purple. HEX triplet: 70, 1C and 67. RGB value is (112,28,103). Sum of RGB (Red+Green+Blue) = 112+28+103=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #701C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C67 is #8FE398. Grayscale: #3D3D3D. Windows color (decimal): -9429913 or 6757488. OLE color: 6757488.

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

Color convert

RGB 112 28 103 -
CMYK 0 0.75 0.08 0.56
HSL 306.43º 0.6% 0.27% -
HSV(B) 306.43º 0.75% 0.44% -
XYZ 9.55 5.25 13.34 -
YUV 61.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 112 28 103 0 0.75 0.08 0.56 306.43 0.6 0.27
Hex 70 1C 67 0 4B 8 38 132 3C 1B
Octal 160 34 147 0 113 10 70 462 74 33
Binary 1110000 11100 1100111 0 1001011 1000 111000 100110010 111100 11011

Color Harmonies of #701C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C67

Black with #701C67

Text Example


Text Example

White with #701C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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