Html Css Color HEX #700298 Purple

📋 copy color: '#700298'

red 112 ◦ green 2 ◦ blue 152

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

Shades of Purple #700298

Tints of Purple #700298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.14%

R = 42.11%
G = 0.75%
B = 57.14%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#700298 (or 0x700298) is known color: Purple. HEX triplet: 70, 02 and 98. RGB value is (112,2,152). Sum of RGB (Red+Green+Blue) = 112+2+152=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #700298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700298 is #8FFD67. Grayscale: #333333. Windows color (decimal): -9436520 or 9962096. OLE color: 9962096.

HSL color Cylindrical-coordinate representation of color #700298: hue angle of 284º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700298 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 2 152 -
CMYK 0.26 0.99 0 0.40
HSL 284º 0.97% 0.3% -
HSV(B) 284º 0.99% 0.6% -
XYZ 12.37 5.76 30.16 -
YUV 51.99 184.44 170.8 -
System Red Green Blue C M Y K H S L
Decimal 112 2 152 0.26 0.99 0 0.40 284 0.97 0.3
Hex 70 2 98 1A 63 0 28 11C 61 1E
Octal 160 2 230 32 143 0 50 434 141 36
Binary 1110000 10 10011000 11010 1100011 0 101000 100011100 1100001 11110

Color Harmonies of #700298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700298

Black with #700298

Text Example


Text Example

White with #700298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700298; }

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

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

background-color css

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

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

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

border-color css

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

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

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