Html Css Color HEX #700F67 Palatinate Purple

📋 copy color: '#700F67'

red 112 ◦ green 15 ◦ blue 103

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

Shades of Palatinate Purple #700F67

Tints of Palatinate Purple #700F67

RGB

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

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

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

R = 48.7%
G = 6.52%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#700F67 (or 0x700F67) is known color: Palatinate Purple. HEX triplet: 70, 0F and 67. RGB value is (112,15,103). Sum of RGB (Red+Green+Blue) = 112+15+103=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #700F67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F67 is #8FF098. Grayscale: #353535. Windows color (decimal): -9433241 or 6754160. OLE color: 6754160.

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

Color convert

RGB 112 15 103 -
CMYK 0 0.87 0.08 0.56
HSL 305.57º 0.76% 0.25% -
HSV(B) 305.57º 0.87% 0.44% -
XYZ 9.3 4.77 13.26 -
YUV 54.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 112 15 103 0 0.87 0.08 0.56 305.57 0.76 0.25
Hex 70 F 67 0 57 8 38 132 4C 19
Octal 160 17 147 0 127 10 70 462 114 31
Binary 1110000 1111 1100111 0 1010111 1000 111000 100110010 1001100 11001

Color Harmonies of #700F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F67

Black with #700F67

Text Example


Text Example

White with #700F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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