Html Css Color HEX #700A6A Purple

📋 copy color: '#700A6A'

red 112 ◦ green 10 ◦ blue 106

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

Shades of Purple #700A6A

Tints of Purple #700A6A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.39%

 BLUE value IS 106 (41.8% from 255) = 46.49%

R = 49.12%
G = 4.39%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#700A6A (or 0x700A6A) is known color: Purple. HEX triplet: 70, 0A and 6A. RGB value is (112,10,106). Sum of RGB (Red+Green+Blue) = 112+10+106=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #700A6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A6A is #8FF595. Grayscale: #333333. Windows color (decimal): -9434518 or 6949488. OLE color: 6949488.

HSL color Cylindrical-coordinate representation of color #700A6A: hue angle of 303.53º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A6A is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 10 106 -
CMYK 0 0.91 0.05 0.56
HSL 303.53º 0.84% 0.24% -
HSV(B) 303.53º 0.91% 0.44% -
XYZ 9.39 4.7 14.05 -
YUV 51.44 158.79 171.19 -
System Red Green Blue C M Y K H S L
Decimal 112 10 106 0 0.91 0.05 0.56 303.53 0.84 0.24
Hex 70 A 6A 0 5B 5 38 130 54 18
Octal 160 12 152 0 133 5 70 460 124 30
Binary 1110000 1010 1101010 0 1011011 101 111000 100110000 1010100 11000

Color Harmonies of #700A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A6A

Black with #700A6A

Text Example


Text Example

White with #700A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,10,106); }

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

background-color css

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

 a { background-color: rgb(112,10,106); }

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

border-color css

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

 span { border-color: rgb(112,10,106); }

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