Html Css Color HEX #700284 Purple

📋 copy color: '#700284'

red 112 ◦ green 2 ◦ blue 132

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

Shades of Purple #700284

Tints of Purple #700284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.66%

R = 45.53%
G = 0.81%
B = 53.66%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#700284 (or 0x700284) is known color: Purple. HEX triplet: 70, 02 and 84. RGB value is (112,2,132). Sum of RGB (Red+Green+Blue) = 112+2+132=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #700284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700284 is #8FFD7B. Grayscale: #313131. Windows color (decimal): -9436540 or 8651376. OLE color: 8651376.

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

Color convert

RGB 112 2 132 -
CMYK 0.15 0.98 0 0.48
HSL 290.77º 0.97% 0.26% -
HSV(B) 290.77º 0.98% 0.52% -
XYZ 10.87 5.15 22.25 -
YUV 49.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 112 2 132 0.15 0.98 0 0.48 290.77 0.97 0.26
Hex 70 2 84 F 62 0 30 123 61 1A
Octal 160 2 204 17 142 0 60 443 141 32
Binary 1110000 10 10000100 1111 1100010 0 110000 100100011 1100001 11010

Color Harmonies of #700284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700284

Black with #700284

Text Example


Text Example

White with #700284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700284; }

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

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

background-color css

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

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

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

border-color css

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

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

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