Html Css Color HEX #700F6B Palatinate Purple

📋 copy color: '#700F6B'

red 112 ◦ green 15 ◦ blue 107

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

Shades of Palatinate Purple #700F6B

Tints of Palatinate Purple #700F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.73%

R = 47.86%
G = 6.41%
B = 45.73%

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

#700F6B (or 0x700F6B) is known color: Palatinate Purple. HEX triplet: 70, 0F and 6B. RGB value is (112,15,107). Sum of RGB (Red+Green+Blue) = 112+15+107=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #700F6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F6B is #8FF094. Grayscale: #363636. Windows color (decimal): -9433237 or 7016304. OLE color: 7016304.

HSL color Cylindrical-coordinate representation of color #700F6B: hue angle of 303.09º 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 #700F6B is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 15 107 -
CMYK 0 0.87 0.04 0.56
HSL 303.09º 0.76% 0.25% -
HSV(B) 303.09º 0.87% 0.44% -
XYZ 9.51 4.85 14.34 -
YUV 54.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 112 15 107 0 0.87 0.04 0.56 303.09 0.76 0.25
Hex 70 F 6B 0 57 4 38 12F 4C 19
Octal 160 17 153 0 127 4 70 457 114 31
Binary 1110000 1111 1101011 0 1010111 100 111000 100101111 1001100 11001

Color Harmonies of #700F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F6B

Black with #700F6B

Text Example


Text Example

White with #700F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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