Html Css Color HEX #7515BC Purple Heart

📋 copy color: '#7515BC'

red 117 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #7515BC

Tints of Purple Heart #7515BC

RGB

 RED value IS 117 (46.09% from 255) = 35.89%

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

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

R = 35.89%
G = 6.44%
B = 57.67%

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

#7515BC (or 0x7515BC) is known color: Purple Heart. HEX triplet: 75, 15 and BC. RGB value is (117,21,188). Sum of RGB (Red+Green+Blue) = 117+21+188=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #7515BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7515BC is #8AEA43. Grayscale: #444444. Windows color (decimal): -9103940 or 12326261. OLE color: 12326261.

HSL color Cylindrical-coordinate representation of color #7515BC: hue angle of 274.49º 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 #7515BC is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 21 188 -
CMYK 0.38 0.89 0 0.26
HSL 274.49º 0.8% 0.41% -
HSV(B) 274.49º 0.89% 0.74% -
XYZ 16.68 7.95 48.23 -
YUV 68.74 195.3 162.42 -
System Red Green Blue C M Y K H S L
Decimal 117 21 188 0.38 0.89 0 0.26 274.49 0.8 0.41
Hex 75 15 BC 26 59 0 1A 112 50 29
Octal 165 25 274 46 131 0 32 422 120 51
Binary 1110101 10101 10111100 100110 1011001 0 11010 100010010 1010000 101001

Color Harmonies of #7515BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515BC

Black with #7515BC

Text Example


Text Example

White with #7515BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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