Html Css Color HEX #7121D1 Purple Heart

📋 copy color: '#7121D1'

red 113 ◦ green 33 ◦ blue 209

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

Shades of Purple Heart #7121D1

Tints of Purple Heart #7121D1

RGB

 RED value IS 113 (44.53% from 255) = 31.83%

 GREEN value IS 33 (13.28% from 255) = 9.3%

 BLUE value IS 209 (82.03% from 255) = 58.87%

R = 31.83%
G = 9.3%
B = 58.87%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7121D1 (or 0x7121D1) is known color: Purple Heart. HEX triplet: 71, 21 and D1. RGB value is (113,33,209). Sum of RGB (Red+Green+Blue) = 113+33+209=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #7121D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7121D1 is #8EDE2E. Grayscale: #4C4C4C. Windows color (decimal): -9362991 or 13705585. OLE color: 13705585.

HSL color Cylindrical-coordinate representation of color #7121D1: hue angle of 267.27º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7121D1 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 33 209 -
CMYK 0.46 0.84 0 0.18
HSL 267.27º 0.73% 0.47% -
HSV(B) 267.27º 0.84% 0.82% -
XYZ 18.86 9.2 61.1 -
YUV 76.98 202.5 153.69 -
System Red Green Blue C M Y K H S L
Decimal 113 33 209 0.46 0.84 0 0.18 267.27 0.73 0.47
Hex 71 21 D1 2E 54 0 12 10B 49 2F
Octal 161 41 321 56 124 0 22 413 111 57
Binary 1110001 100001 11010001 101110 1010100 0 10010 100001011 1001001 101111

Color Harmonies of #7121D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7121D1

Black with #7121D1

Text Example


Text Example

White with #7121D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7121D1; }

 p { color: rgb(113,33,209); }

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

background-color css

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

 a { background-color: rgb(113,33,209); }

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

border-color css

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

 span { border-color: rgb(113,33,209); }

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