Html Css Color HEX #6515BE Purple Heart

📋 copy color: '#6515BE'

red 101 ◦ green 21 ◦ blue 190

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

Shades of Purple Heart #6515BE

Tints of Purple Heart #6515BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 32.37%
G = 6.73%
B = 60.9%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6515BE (or 0x6515BE) is known color: Purple Heart. HEX triplet: 65, 15 and BE. RGB value is (101,21,190). Sum of RGB (Red+Green+Blue) = 101+21+190=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #6515BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6515BE is #9AEA41. Grayscale: #3F3F3F. Windows color (decimal): -10152514 or 12457317. OLE color: 12457317.

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

Color convert

RGB 101 21 190 -
CMYK 0.47 0.89 0 0.25
HSL 268.4º 0.8% 0.41% -
HSV(B) 268.4º 0.89% 0.75% -
XYZ 14.93 7.02 49.28 -
YUV 64.19 199 154.26 -
System Red Green Blue C M Y K H S L
Decimal 101 21 190 0.47 0.89 0 0.25 268.4 0.8 0.41
Hex 65 15 BE 2F 59 0 19 10C 50 29
Octal 145 25 276 57 131 0 31 414 120 51
Binary 1100101 10101 10111110 101111 1011001 0 11001 100001100 1010000 101001

Color Harmonies of #6515BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6515BE

Black with #6515BE

Text Example


Text Example

White with #6515BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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