Html Css Color HEX #7108BB Purple Heart

📋 copy color: '#7108BB'

red 113 ◦ green 8 ◦ blue 187

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

Shades of Purple Heart #7108BB

Tints of Purple Heart #7108BB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.6%

 BLUE value IS 187 (73.44% from 255) = 60.71%

R = 36.69%
G = 2.6%
B = 60.71%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7108BB (or 0x7108BB) is known color: Purple Heart. HEX triplet: 71, 08 and BB. RGB value is (113,8,187). Sum of RGB (Red+Green+Blue) = 113+8+187=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #7108BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7108BB is #8EF744. Grayscale: #3B3B3B. Windows color (decimal): -9369413 or 12257393. OLE color: 12257393.

HSL color Cylindrical-coordinate representation of color #7108BB: hue angle of 275.2º degrees, saturation: 0.92, 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 #7108BB is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 8 187 -
CMYK 0.40 0.96 0 0.27
HSL 275.2º 0.92% 0.38% -
HSV(B) 275.2º 0.96% 0.73% -
XYZ 15.87 7.27 47.58 -
YUV 59.8 199.79 165.95 -
System Red Green Blue C M Y K H S L
Decimal 113 8 187 0.40 0.96 0 0.27 275.2 0.92 0.38
Hex 71 8 BB 28 60 0 1B 113 5C 26
Octal 161 10 273 50 140 0 33 423 134 46
Binary 1110001 1000 10111011 101000 1100000 0 11011 100010011 1011100 100110

Color Harmonies of #7108BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7108BB

Black with #7108BB

Text Example


Text Example

White with #7108BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7108BB; }

 p { color: rgb(113,8,187); }

 H1.HeaderClassName
 {
   color: #7108BB;
 }
 .AnyTagClassName
 {
   color: #7108BB;
 }
</style>

background-color css

<style>
 a { background-color: #7108BB; }

 a { background-color: rgb(113,8,187); }

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

border-color css

<style>
 span { border-color: #7108BB; }

 span { border-color: rgb(113,8,187); }

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