Html Css Color HEX #700F6C Palatinate Purple

📋 copy color: '#700F6C'

red 112 ◦ green 15 ◦ blue 108

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

Shades of Palatinate Purple #700F6C

Tints of Palatinate Purple #700F6C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.38%

 BLUE value IS 108 (42.58% from 255) = 45.96%

R = 47.66%
G = 6.38%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#700F6C (or 0x700F6C) is known color: Palatinate Purple. HEX triplet: 70, 0F and 6C. RGB value is (112,15,108). Sum of RGB (Red+Green+Blue) = 112+15+108=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #700F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F6C is #8FF093. Grayscale: #363636. Windows color (decimal): -9433236 or 7081840. OLE color: 7081840.

HSL color Cylindrical-coordinate representation of color #700F6C: hue angle of 302.47º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F6C is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 15 108 -
CMYK 0 0.87 0.04 0.56
HSL 302.47º 0.76% 0.25% -
HSV(B) 302.47º 0.87% 0.44% -
XYZ 9.56 4.87 14.62 -
YUV 54.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 112 15 108 0 0.87 0.04 0.56 302.47 0.76 0.25
Hex 70 F 6C 0 57 4 38 12E 4C 19
Octal 160 17 154 0 127 4 70 456 114 31
Binary 1110000 1111 1101100 0 1010111 100 111000 100101110 1001100 11001

Color Harmonies of #700F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F6C

Black with #700F6C

Text Example


Text Example

White with #700F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700F6C; }

 p { color: rgb(112,15,108); }

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

background-color css

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

 a { background-color: rgb(112,15,108); }

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

border-color css

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

 span { border-color: rgb(112,15,108); }

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