Html Css Color HEX #7109BD Purple Heart

📋 copy color: '#7109BD'

red 113 ◦ green 9 ◦ blue 189

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

Shades of Purple Heart #7109BD

Tints of Purple Heart #7109BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.77%

R = 36.33%
G = 2.89%
B = 60.77%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7109BD (or 0x7109BD) is known color: Purple Heart. HEX triplet: 71, 09 and BD. RGB value is (113,9,189). Sum of RGB (Red+Green+Blue) = 113+9+189=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #7109BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7109BD is #8EF642. Grayscale: #3C3C3C. Windows color (decimal): -9369155 or 12388721. OLE color: 12388721.

HSL color Cylindrical-coordinate representation of color #7109BD: hue angle of 274.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7109BD is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 9 189 -
CMYK 0.40 0.95 0 0.26
HSL 274.67º 0.91% 0.39% -
HSV(B) 274.67º 0.95% 0.74% -
XYZ 16.09 7.38 48.72 -
YUV 60.62 200.46 165.36 -
System Red Green Blue C M Y K H S L
Decimal 113 9 189 0.40 0.95 0 0.26 274.67 0.91 0.39
Hex 71 9 BD 28 5F 0 1A 113 5B 27
Octal 161 11 275 50 137 0 32 423 133 47
Binary 1110001 1001 10111101 101000 1011111 0 11010 100010011 1011011 100111

Color Harmonies of #7109BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7109BD

Black with #7109BD

Text Example


Text Example

White with #7109BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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