Html Css Color HEX #701297 Purple

📋 copy color: '#701297'

red 112 ◦ green 18 ◦ blue 151

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

Shades of Purple #701297

Tints of Purple #701297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 151 (59.38% from 255) = 53.74%

R = 39.86%
G = 6.41%
B = 53.74%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#701297 (or 0x701297) is known color: Purple. HEX triplet: 70, 12 and 97. RGB value is (112,18,151). Sum of RGB (Red+Green+Blue) = 112+18+151=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #701297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701297 is #8FED68. Grayscale: #3C3C3C. Windows color (decimal): -9432425 or 9900656. OLE color: 9900656.

HSL color Cylindrical-coordinate representation of color #701297: hue angle of 282.41º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701297 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 18 151 -
CMYK 0.26 0.88 0 0.41
HSL 282.41º 0.79% 0.33% -
HSV(B) 282.41º 0.88% 0.59% -
XYZ 12.48 6.11 29.8 -
YUV 61.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 112 18 151 0.26 0.88 0 0.41 282.41 0.79 0.33
Hex 70 12 97 1A 58 0 29 11A 4F 21
Octal 160 22 227 32 130 0 51 432 117 41
Binary 1110000 10010 10010111 11010 1011000 0 101001 100011010 1001111 100001

Color Harmonies of #701297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701297

Black with #701297

Text Example


Text Example

White with #701297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701297; }

 p { color: rgb(112,18,151); }

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

background-color css

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

 a { background-color: rgb(112,18,151); }

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

border-color css

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

 span { border-color: rgb(112,18,151); }

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