Html Css Color HEX #700F68 Palatinate Purple

📋 copy color: '#700F68'

red 112 ◦ green 15 ◦ blue 104

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

Shades of Palatinate Purple #700F68

Tints of Palatinate Purple #700F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.02%

R = 48.48%
G = 6.49%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#700F68 (or 0x700F68) is known color: Palatinate Purple. HEX triplet: 70, 0F and 68. RGB value is (112,15,104). Sum of RGB (Red+Green+Blue) = 112+15+104=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #700F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F68 is #8FF097. Grayscale: #353535. Windows color (decimal): -9433240 or 6819696. OLE color: 6819696.

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

Color convert

RGB 112 15 104 -
CMYK 0 0.87 0.07 0.56
HSL 304.95º 0.76% 0.25% -
HSV(B) 304.95º 0.87% 0.44% -
XYZ 9.35 4.79 13.53 -
YUV 54.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 112 15 104 0 0.87 0.07 0.56 304.95 0.76 0.25
Hex 70 F 68 0 57 7 38 131 4C 19
Octal 160 17 150 0 127 7 70 461 114 31
Binary 1110000 1111 1101000 0 1010111 111 111000 100110001 1001100 11001

Color Harmonies of #700F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F68

Black with #700F68

Text Example


Text Example

White with #700F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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