Html Css Color HEX #6515BB Purple Heart

📋 copy color: '#6515BB'

red 101 ◦ green 21 ◦ blue 187

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

Shades of Purple Heart #6515BB

Tints of Purple Heart #6515BB

RGB

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

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

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

R = 32.69%
G = 6.8%
B = 60.52%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6515BB (or 0x6515BB) is known color: Purple Heart. HEX triplet: 65, 15 and BB. RGB value is (101,21,187). Sum of RGB (Red+Green+Blue) = 101+21+187=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #6515BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6515BB is #9AEA44. Grayscale: #3F3F3F. Windows color (decimal): -10152517 or 12260709. OLE color: 12260709.

HSL color Cylindrical-coordinate representation of color #6515BB: hue angle of 268.92º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6515BB is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 21 187 -
CMYK 0.46 0.89 0 0.27
HSL 268.92º 0.8% 0.41% -
HSV(B) 268.92º 0.89% 0.73% -
XYZ 14.6 6.89 47.57 -
YUV 63.84 197.5 154.5 -
System Red Green Blue C M Y K H S L
Decimal 101 21 187 0.46 0.89 0 0.27 268.92 0.8 0.41
Hex 65 15 BB 2E 59 0 1B 10D 50 29
Octal 145 25 273 56 131 0 33 415 120 51
Binary 1100101 10101 10111011 101110 1011001 0 11011 100001101 1010000 101001

Color Harmonies of #6515BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6515BB

Black with #6515BB

Text Example


Text Example

White with #6515BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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