Html Css Color HEX #6515BC Purple Heart

📋 copy color: '#6515BC'

red 101 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #6515BC

Tints of Purple Heart #6515BC

RGB

 RED value IS 101 (39.84% from 255) = 32.58%

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

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

R = 32.58%
G = 6.77%
B = 60.65%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6515BC (or 0x6515BC) is known color: Purple Heart. HEX triplet: 65, 15 and BC. RGB value is (101,21,188). Sum of RGB (Red+Green+Blue) = 101+21+188=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #6515BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6515BC is #9AEA43. Grayscale: #3F3F3F. Windows color (decimal): -10152516 or 12326245. OLE color: 12326245.

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

Color convert

RGB 101 21 188 -
CMYK 0.46 0.89 0 0.26
HSL 268.74º 0.8% 0.41% -
HSV(B) 268.74º 0.89% 0.74% -
XYZ 14.71 6.93 48.14 -
YUV 63.96 198 154.42 -
System Red Green Blue C M Y K H S L
Decimal 101 21 188 0.46 0.89 0 0.26 268.74 0.8 0.41
Hex 65 15 BC 2E 59 0 1A 10D 50 29
Octal 145 25 274 56 131 0 32 415 120 51
Binary 1100101 10101 10111100 101110 1011001 0 11010 100001101 1010000 101001

Color Harmonies of #6515BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6515BC

Black with #6515BC

Text Example


Text Example

White with #6515BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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