Html Css Color HEX #7121CD Purple Heart

📋 copy color: '#7121CD'

red 113 ◦ green 33 ◦ blue 205

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

Shades of Purple Heart #7121CD

Tints of Purple Heart #7121CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 32.19%
G = 9.4%
B = 58.4%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7121CD (or 0x7121CD) is known color: Purple Heart. HEX triplet: 71, 21 and CD. RGB value is (113,33,205). Sum of RGB (Red+Green+Blue) = 113+33+205=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #7121CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7121CD is #8EDE32. Grayscale: #4B4B4B. Windows color (decimal): -9362995 or 13443441. OLE color: 13443441.

HSL color Cylindrical-coordinate representation of color #7121CD: hue angle of 267.91º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7121CD is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 33 205 -
CMYK 0.45 0.84 0 0.20
HSL 267.91º 0.72% 0.47% -
HSV(B) 267.91º 0.84% 0.8% -
XYZ 18.37 9.01 58.53 -
YUV 76.53 200.5 154.01 -
System Red Green Blue C M Y K H S L
Decimal 113 33 205 0.45 0.84 0 0.20 267.91 0.72 0.47
Hex 71 21 CD 2D 54 0 14 10C 48 2F
Octal 161 41 315 55 124 0 24 414 110 57
Binary 1110001 100001 11001101 101101 1010100 0 10100 100001100 1001000 101111

Color Harmonies of #7121CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7121CD

Black with #7121CD

Text Example


Text Example

White with #7121CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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