Html Css Color HEX #700463 Purple

📋 copy color: '#700463'

red 112 ◦ green 4 ◦ blue 99

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

Shades of Purple #700463

Tints of Purple #700463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

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

R = 52.09%
G = 1.86%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#700463 (or 0x700463) is known color: Purple. HEX triplet: 70, 04 and 63. RGB value is (112,4,99). Sum of RGB (Red+Green+Blue) = 112+4+99=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #700463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700463 is #8FFB9C. Grayscale: #2E2E2E. Windows color (decimal): -9436061 or 6489200. OLE color: 6489200.

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

Color convert

RGB 112 4 99 -
CMYK 0 0.96 0.12 0.56
HSL 307.22º 0.93% 0.23% -
HSV(B) 307.22º 0.96% 0.44% -
XYZ 8.98 4.43 12.19 -
YUV 47.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 112 4 99 0 0.96 0.12 0.56 307.22 0.93 0.23
Hex 70 4 63 0 60 C 38 133 5D 17
Octal 160 4 143 0 140 14 70 463 135 27
Binary 1110000 100 1100011 0 1100000 1100 111000 100110011 1011101 10111

Color Harmonies of #700463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700463

Black with #700463

Text Example


Text Example

White with #700463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700463; }

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

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

background-color css

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

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

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

border-color css

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

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

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