Html Css Color HEX #700263 Purple

📋 copy color: '#700263'

red 112 ◦ green 2 ◦ blue 99

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

Shades of Purple #700263

Tints of Purple #700263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 99 (39.06% from 255) = 46.48%

R = 52.58%
G = 0.94%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#700263 (or 0x700263) is known color: Purple. HEX triplet: 70, 02 and 63. RGB value is (112,2,99). Sum of RGB (Red+Green+Blue) = 112+2+99=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #700263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700263 is #8FFD9C. Grayscale: #2D2D2D. Windows color (decimal): -9436573 or 6488688. OLE color: 6488688.

HSL color Cylindrical-coordinate representation of color #700263: hue angle of 307.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700263 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 99 -
CMYK 0 0.98 0.12 0.56
HSL 307.09º 0.96% 0.22% -
HSV(B) 307.09º 0.98% 0.44% -
XYZ 8.96 4.39 12.18 -
YUV 45.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 112 2 99 0 0.98 0.12 0.56 307.09 0.96 0.22
Hex 70 2 63 0 62 C 38 133 60 16
Octal 160 2 143 0 142 14 70 463 140 26
Binary 1110000 10 1100011 0 1100010 1100 111000 100110011 1100000 10110

Color Harmonies of #700263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700263

Black with #700263

Text Example


Text Example

White with #700263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700263; }

 p { color: rgb(112,2,99); }

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

background-color css

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

 a { background-color: rgb(112,2,99); }

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

border-color css

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

 span { border-color: rgb(112,2,99); }

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