Html Css Color HEX #700264 Purple

📋 copy color: '#700264'

red 112 ◦ green 2 ◦ blue 100

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

Shades of Purple #700264

Tints of Purple #700264

RGB

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

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

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

R = 52.34%
G = 0.93%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#700264 (or 0x700264) is known color: Purple. HEX triplet: 70, 02 and 64. RGB value is (112,2,100). Sum of RGB (Red+Green+Blue) = 112+2+100=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #700264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700264 is #8FFD9B. Grayscale: #2D2D2D. Windows color (decimal): -9436572 or 6554224. OLE color: 6554224.

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

Color convert

RGB 112 2 100 -
CMYK 0 0.98 0.11 0.56
HSL 306.55º 0.96% 0.22% -
HSV(B) 306.55º 0.98% 0.44% -
XYZ 9 4.41 12.43 -
YUV 46.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 112 2 100 0 0.98 0.11 0.56 306.55 0.96 0.22
Hex 70 2 64 0 62 B 38 133 60 16
Octal 160 2 144 0 142 13 70 463 140 26
Binary 1110000 10 1100100 0 1100010 1011 111000 100110011 1100000 10110

Color Harmonies of #700264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700264

Black with #700264

Text Example


Text Example

White with #700264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700264; }

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

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

background-color css

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

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

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

border-color css

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

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

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