Html Css Color HEX #700275 Purple

📋 copy color: '#700275'

red 112 ◦ green 2 ◦ blue 117

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

Shades of Purple #700275

Tints of Purple #700275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.65%

R = 48.48%
G = 0.87%
B = 50.65%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#700275 (or 0x700275) is known color: Purple. HEX triplet: 70, 02 and 75. RGB value is (112,2,117). Sum of RGB (Red+Green+Blue) = 112+2+117=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #700275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700275 is #8FFD8A. Grayscale: #2F2F2F. Windows color (decimal): -9436555 or 7668336. OLE color: 7668336.

HSL color Cylindrical-coordinate representation of color #700275: hue angle of 297.39º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700275 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 2 117 -
CMYK 0.04 0.98 0 0.54
HSL 297.39º 0.97% 0.23% -
HSV(B) 297.39º 0.98% 0.46% -
XYZ 9.91 4.77 17.23 -
YUV 48 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 112 2 117 0.04 0.98 0 0.54 297.39 0.97 0.23
Hex 70 2 75 4 62 0 36 129 61 17
Octal 160 2 165 4 142 0 66 451 141 27
Binary 1110000 10 1110101 100 1100010 0 110110 100101001 1100001 10111

Color Harmonies of #700275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700275

Black with #700275

Text Example


Text Example

White with #700275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700275; }

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

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

background-color css

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

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

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

border-color css

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

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

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