Html Css Color HEX #700464 Purple

📋 copy color: '#700464'

red 112 ◦ green 4 ◦ blue 100

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

Shades of Purple #700464

Tints of Purple #700464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 46.3%

R = 51.85%
G = 1.85%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#700464 (or 0x700464) is known color: Purple. HEX triplet: 70, 04 and 64. RGB value is (112,4,100). Sum of RGB (Red+Green+Blue) = 112+4+100=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #700464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700464 is #8FFB9B. Grayscale: #2E2E2E. Windows color (decimal): -9436060 or 6554736. OLE color: 6554736.

HSL color Cylindrical-coordinate representation of color #700464: hue angle of 306.67º 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 #700464 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 100 -
CMYK 0 0.96 0.11 0.56
HSL 306.67º 0.93% 0.23% -
HSV(B) 306.67º 0.96% 0.44% -
XYZ 9.03 4.45 12.44 -
YUV 47.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 112 4 100 0 0.96 0.11 0.56 306.67 0.93 0.23
Hex 70 4 64 0 60 B 38 133 5D 17
Octal 160 4 144 0 140 13 70 463 135 27
Binary 1110000 100 1100100 0 1100000 1011 111000 100110011 1011101 10111

Color Harmonies of #700464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700464

Black with #700464

Text Example


Text Example

White with #700464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700464; }

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

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

background-color css

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

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

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

border-color css

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

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

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