Html Css Color HEX #6515B9 Purple Heart

📋 copy color: '#6515B9'

red 101 ◦ green 21 ◦ blue 185

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

Shades of Purple Heart #6515B9

Tints of Purple Heart #6515B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 60.26%

R = 32.9%
G = 6.84%
B = 60.26%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6515B9 (or 0x6515B9) is known color: Purple Heart. HEX triplet: 65, 15 and B9. RGB value is (101,21,185). Sum of RGB (Red+Green+Blue) = 101+21+185=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 185 (72.66% from 255 or 60.26% from 307); Max value from RGB is 185 - color contains mainly: blue. Hex color #6515B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6515B9 is #9AEA46. Grayscale: #3F3F3F. Windows color (decimal): -10152519 or 12129637. OLE color: 12129637.

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

Color convert

RGB 101 21 185 -
CMYK 0.45 0.89 0 0.27
HSL 269.27º 0.8% 0.4% -
HSV(B) 269.27º 0.89% 0.73% -
XYZ 14.39 6.81 46.45 -
YUV 63.62 196.5 154.66 -
System Red Green Blue C M Y K H S L
Decimal 101 21 185 0.45 0.89 0 0.27 269.27 0.8 0.4
Hex 65 15 B9 2D 59 0 1B 10D 50 28
Octal 145 25 271 55 131 0 33 415 120 50
Binary 1100101 10101 10111001 101101 1011001 0 11011 100001101 1010000 101000

Color Harmonies of #6515B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6515B9

Black with #6515B9

Text Example


Text Example

White with #6515B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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