Html Css Color HEX #7107BA Purple Heart

📋 copy color: '#7107BA'

red 113 ◦ green 7 ◦ blue 186

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

Shades of Purple Heart #7107BA

Tints of Purple Heart #7107BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.29%

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 36.93%
G = 2.29%
B = 60.78%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7107BA (or 0x7107BA) is known color: Purple Heart. HEX triplet: 71, 07 and BA. RGB value is (113,7,186). Sum of RGB (Red+Green+Blue) = 113+7+186=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #7107BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7107BA is #8EF845. Grayscale: #3A3A3A. Windows color (decimal): -9369670 or 12191601. OLE color: 12191601.

HSL color Cylindrical-coordinate representation of color #7107BA: hue angle of 275.53º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7107BA is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 7 186 -
CMYK 0.39 0.96 0 0.27
HSL 275.53º 0.93% 0.38% -
HSV(B) 275.53º 0.96% 0.73% -
XYZ 15.75 7.21 47.02 -
YUV 59.1 199.62 166.45 -
System Red Green Blue C M Y K H S L
Decimal 113 7 186 0.39 0.96 0 0.27 275.53 0.93 0.38
Hex 71 7 BA 27 60 0 1B 114 5D 26
Octal 161 7 272 47 140 0 33 424 135 46
Binary 1110001 111 10111010 100111 1100000 0 11011 100010100 1011101 100110

Color Harmonies of #7107BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7107BA

Black with #7107BA

Text Example


Text Example

White with #7107BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7107BA; }

 p { color: rgb(113,7,186); }

 H1.HeaderClassName
 {
   color: #7107BA;
 }
 .AnyTagClassName
 {
   color: #7107BA;
 }
</style>

background-color css

<style>
 a { background-color: #7107BA; }

 a { background-color: rgb(113,7,186); }

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

border-color css

<style>
 span { border-color: #7107BA; }

 span { border-color: rgb(113,7,186); }

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