Html Css Color HEX #700398 Purple

📋 copy color: '#700398'

red 112 ◦ green 3 ◦ blue 152

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

Shades of Purple #700398

Tints of Purple #700398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 41.95%
G = 1.12%
B = 56.93%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#700398 (or 0x700398) is known color: Purple. HEX triplet: 70, 03 and 98. RGB value is (112,3,152). Sum of RGB (Red+Green+Blue) = 112+3+152=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #700398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700398 is #8FFC67. Grayscale: #343434. Windows color (decimal): -9436264 or 9962352. OLE color: 9962352.

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

Color convert

RGB 112 3 152 -
CMYK 0.26 0.98 0 0.40
HSL 283.89º 0.96% 0.3% -
HSV(B) 283.89º 0.98% 0.6% -
XYZ 12.38 5.78 30.17 -
YUV 52.58 184.11 170.38 -
System Red Green Blue C M Y K H S L
Decimal 112 3 152 0.26 0.98 0 0.40 283.89 0.96 0.3
Hex 70 3 98 1A 62 0 28 11C 60 1E
Octal 160 3 230 32 142 0 50 434 140 36
Binary 1110000 11 10011000 11010 1100010 0 101000 100011100 1100000 11110

Color Harmonies of #700398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700398

Black with #700398

Text Example


Text Example

White with #700398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700398; }

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

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

background-color css

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

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

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

border-color css

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

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

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