Html Css Color HEX #700261 Purple

📋 copy color: '#700261'

red 112 ◦ green 2 ◦ blue 97

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

Shades of Purple #700261

Tints of Purple #700261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 53.08%
G = 0.95%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#700261 (or 0x700261) is known color: Purple. HEX triplet: 70, 02 and 61. RGB value is (112,2,97). Sum of RGB (Red+Green+Blue) = 112+2+97=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #700261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700261 is #8FFD9E. Grayscale: #2D2D2D. Windows color (decimal): -9436575 or 6357616. OLE color: 6357616.

HSL color Cylindrical-coordinate representation of color #700261: hue angle of 308.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700261 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 97 -
CMYK 0 0.98 0.13 0.56
HSL 308.18º 0.96% 0.22% -
HSV(B) 308.18º 0.98% 0.44% -
XYZ 8.86 4.35 11.68 -
YUV 45.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 112 2 97 0 0.98 0.13 0.56 308.18 0.96 0.22
Hex 70 2 61 0 62 D 38 134 60 16
Octal 160 2 141 0 142 15 70 464 140 26
Binary 1110000 10 1100001 0 1100010 1101 111000 100110100 1100000 10110

Color Harmonies of #700261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700261

Black with #700261

Text Example


Text Example

White with #700261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700261; }

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

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

background-color css

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

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

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

border-color css

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

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

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