Html Css Color HEX #6513BD Purple Heart

📋 copy color: '#6513BD'

red 101 ◦ green 19 ◦ blue 189

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

Shades of Purple Heart #6513BD

Tints of Purple Heart #6513BD

RGB

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

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

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

R = 32.69%
G = 6.15%
B = 61.17%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6513BD (or 0x6513BD) is known color: Purple Heart. HEX triplet: 65, 13 and BD. RGB value is (101,19,189). Sum of RGB (Red+Green+Blue) = 101+19+189=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #6513BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6513BD is #9AEC42. Grayscale: #3E3E3E. Windows color (decimal): -10153027 or 12391269. OLE color: 12391269.

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

Color convert

RGB 101 19 189 -
CMYK 0.47 0.90 0 0.26
HSL 268.94º 0.82% 0.41% -
HSV(B) 268.94º 0.9% 0.74% -
XYZ 14.79 6.91 48.7 -
YUV 62.9 199.17 155.18 -
System Red Green Blue C M Y K H S L
Decimal 101 19 189 0.47 0.90 0 0.26 268.94 0.82 0.41
Hex 65 13 BD 2F 5A 0 1A 10D 52 29
Octal 145 23 275 57 132 0 32 415 122 51
Binary 1100101 10011 10111101 101111 1011010 0 11010 100001101 1010010 101001

Color Harmonies of #6513BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6513BD

Black with #6513BD

Text Example


Text Example

White with #6513BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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