Html Css Color HEX #6513BE Purple Heart

📋 copy color: '#6513BE'

red 101 ◦ green 19 ◦ blue 190

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

Shades of Purple Heart #6513BE

Tints of Purple Heart #6513BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

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

R = 32.58%
G = 6.13%
B = 61.29%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6513BE (or 0x6513BE) is known color: Purple Heart. HEX triplet: 65, 13 and BE. RGB value is (101,19,190). Sum of RGB (Red+Green+Blue) = 101+19+190=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #6513BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6513BE is #9AEC41. Grayscale: #3E3E3E. Windows color (decimal): -10153026 or 12456805. OLE color: 12456805.

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

Color convert

RGB 101 19 190 -
CMYK 0.47 0.90 0 0.25
HSL 268.77º 0.82% 0.41% -
HSV(B) 268.77º 0.9% 0.75% -
XYZ 14.89 6.95 49.27 -
YUV 63.01 199.67 155.1 -
System Red Green Blue C M Y K H S L
Decimal 101 19 190 0.47 0.90 0 0.25 268.77 0.82 0.41
Hex 65 13 BE 2F 5A 0 19 10D 52 29
Octal 145 23 276 57 132 0 31 415 122 51
Binary 1100101 10011 10111110 101111 1011010 0 11001 100001101 1010010 101001

Color Harmonies of #6513BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6513BE

Black with #6513BE

Text Example


Text Example

White with #6513BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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