Html Css Color HEX #6515BD Purple Heart

📋 copy color: '#6515BD'

red 101 ◦ green 21 ◦ blue 189

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

Shades of Purple Heart #6515BD

Tints of Purple Heart #6515BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.77%

R = 32.48%
G = 6.75%
B = 60.77%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6515BD (or 0x6515BD) is known color: Purple Heart. HEX triplet: 65, 15 and BD. RGB value is (101,21,189). Sum of RGB (Red+Green+Blue) = 101+21+189=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #6515BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6515BD is #9AEA42. Grayscale: #3F3F3F. Windows color (decimal): -10152515 or 12391781. OLE color: 12391781.

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

Color convert

RGB 101 21 189 -
CMYK 0.47 0.89 0 0.26
HSL 268.57º 0.8% 0.41% -
HSV(B) 268.57º 0.89% 0.74% -
XYZ 14.82 6.98 48.71 -
YUV 64.07 198.5 154.34 -
System Red Green Blue C M Y K H S L
Decimal 101 21 189 0.47 0.89 0 0.26 268.57 0.8 0.41
Hex 65 15 BD 2F 59 0 1A 10D 50 29
Octal 145 25 275 57 131 0 32 415 120 51
Binary 1100101 10101 10111101 101111 1011001 0 11010 100001101 1010000 101001

Color Harmonies of #6515BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6515BD

Black with #6515BD

Text Example


Text Example

White with #6515BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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