Html Css Color HEX #7121CF Purple Heart

📋 copy color: '#7121CF'

red 113 ◦ green 33 ◦ blue 207

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

Shades of Purple Heart #7121CF

Tints of Purple Heart #7121CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 32.01%
G = 9.35%
B = 58.64%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7121CF (or 0x7121CF) is known color: Purple Heart. HEX triplet: 71, 21 and CF. RGB value is (113,33,207). Sum of RGB (Red+Green+Blue) = 113+33+207=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #7121CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7121CF is #8EDE30. Grayscale: #4C4C4C. Windows color (decimal): -9362993 or 13574513. OLE color: 13574513.

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

Color convert

RGB 113 33 207 -
CMYK 0.45 0.84 0 0.19
HSL 267.59º 0.73% 0.47% -
HSV(B) 267.59º 0.84% 0.81% -
XYZ 18.62 9.1 59.81 -
YUV 76.76 201.5 153.85 -
System Red Green Blue C M Y K H S L
Decimal 113 33 207 0.45 0.84 0 0.19 267.59 0.73 0.47
Hex 71 21 CF 2D 54 0 13 10C 48 2F
Octal 161 41 317 55 124 0 23 414 110 57
Binary 1110001 100001 11001111 101101 1010100 0 10011 100001100 1001000 101111

Color Harmonies of #7121CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7121CF

Black with #7121CF

Text Example


Text Example

White with #7121CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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