Html Css Color HEX #700285 Purple

📋 copy color: '#700285'

red 112 ◦ green 2 ◦ blue 133

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

Shades of Purple #700285

Tints of Purple #700285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.85%

R = 45.34%
G = 0.81%
B = 53.85%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#700285 (or 0x700285) is known color: Purple. HEX triplet: 70, 02 and 85. RGB value is (112,2,133). Sum of RGB (Red+Green+Blue) = 112+2+133=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #700285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700285 is #8FFD7A. Grayscale: #313131. Windows color (decimal): -9436539 or 8716912. OLE color: 8716912.

HSL color Cylindrical-coordinate representation of color #700285: hue angle of 290.38º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700285 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 2 133 -
CMYK 0.16 0.98 0 0.48
HSL 290.38º 0.97% 0.26% -
HSV(B) 290.38º 0.98% 0.52% -
XYZ 10.94 5.18 22.61 -
YUV 49.82 174.94 172.35 -
System Red Green Blue C M Y K H S L
Decimal 112 2 133 0.16 0.98 0 0.48 290.38 0.97 0.26
Hex 70 2 85 10 62 0 30 122 61 1A
Octal 160 2 205 20 142 0 60 442 141 32
Binary 1110000 10 10000101 10000 1100010 0 110000 100100010 1100001 11010

Color Harmonies of #700285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700285

Black with #700285

Text Example


Text Example

White with #700285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700285; }

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

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

background-color css

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

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

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

border-color css

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

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

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