Html Css Color HEX #7415BC Purple Heart

📋 copy color: '#7415BC'

red 116 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #7415BC

Tints of Purple Heart #7415BC

RGB

 RED value IS 116 (45.7% from 255) = 35.69%

 GREEN value IS 21 (8.59% from 255) = 6.46%

 BLUE value IS 188 (73.83% from 255) = 57.85%

R = 35.69%
G = 6.46%
B = 57.85%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7415BC (or 0x7415BC) is known color: Purple Heart. HEX triplet: 74, 15 and BC. RGB value is (116,21,188). Sum of RGB (Red+Green+Blue) = 116+21+188=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #7415BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7415BC is #8BEA43. Grayscale: #434343. Windows color (decimal): -9169476 or 12326260. OLE color: 12326260.

HSL color Cylindrical-coordinate representation of color #7415BC: hue angle of 274.13º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7415BC is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 21 188 -
CMYK 0.38 0.89 0 0.26
HSL 274.13º 0.8% 0.41% -
HSV(B) 274.13º 0.89% 0.74% -
XYZ 16.55 7.88 48.23 -
YUV 68.44 195.47 161.92 -
System Red Green Blue C M Y K H S L
Decimal 116 21 188 0.38 0.89 0 0.26 274.13 0.8 0.41
Hex 74 15 BC 26 59 0 1A 112 50 29
Octal 164 25 274 46 131 0 32 422 120 51
Binary 1110100 10101 10111100 100110 1011001 0 11010 100010010 1010000 101001

Color Harmonies of #7415BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7415BC

Black with #7415BC

Text Example


Text Example

White with #7415BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7415BC; }

 p { color: rgb(116,21,188); }

 H1.HeaderClassName
 {
   color: #7415BC;
 }
 .AnyTagClassName
 {
   color: #7415BC;
 }
</style>

background-color css

<style>
 a { background-color: #7415BC; }

 a { background-color: rgb(116,21,188); }

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

border-color css

<style>
 span { border-color: #7415BC; }

 span { border-color: rgb(116,21,188); }

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