Html Css Color HEX #7109C2 Purple Heart

📋 copy color: '#7109C2'

red 113 ◦ green 9 ◦ blue 194

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

Shades of Purple Heart #7109C2

Tints of Purple Heart #7109C2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

 BLUE value IS 194 (76.17% from 255) = 61.39%

R = 35.76%
G = 2.85%
B = 61.39%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7109C2 (or 0x7109C2) is known color: Purple Heart. HEX triplet: 71, 09 and C2. RGB value is (113,9,194). Sum of RGB (Red+Green+Blue) = 113+9+194=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 194 (76.17% from 255 or 61.39% from 316); Max value from RGB is 194 - color contains mainly: blue. Hex color #7109C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7109C2 is #8EF63D. Grayscale: #3C3C3C. Windows color (decimal): -9369150 or 12716401. OLE color: 12716401.

HSL color Cylindrical-coordinate representation of color #7109C2: hue angle of 273.73º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7109C2 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 9 194 -
CMYK 0.42 0.95 0 0.24
HSL 273.73º 0.91% 0.4% -
HSV(B) 273.73º 0.95% 0.76% -
XYZ 16.65 7.6 51.63 -
YUV 61.19 202.96 164.96 -
System Red Green Blue C M Y K H S L
Decimal 113 9 194 0.42 0.95 0 0.24 273.73 0.91 0.4
Hex 71 9 C2 2A 5F 0 18 112 5B 28
Octal 161 11 302 52 137 0 30 422 133 50
Binary 1110001 1001 11000010 101010 1011111 0 11000 100010010 1011011 101000

Color Harmonies of #7109C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7109C2

Black with #7109C2

Text Example


Text Example

White with #7109C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7109C2; }

 p { color: rgb(113,9,194); }

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

background-color css

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

 a { background-color: rgb(113,9,194); }

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

border-color css

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

 span { border-color: rgb(113,9,194); }

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