Html Css Color HEX #6516BA Purple Heart

📋 copy color: '#6516BA'

red 101 ◦ green 22 ◦ blue 186

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

Shades of Purple Heart #6516BA

Tints of Purple Heart #6516BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.12%

 BLUE value IS 186 (73.05% from 255) = 60.19%

R = 32.69%
G = 7.12%
B = 60.19%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6516BA (or 0x6516BA) is known color: Purple Heart. HEX triplet: 65, 16 and BA. RGB value is (101,22,186). Sum of RGB (Red+Green+Blue) = 101+22+186=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #6516BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6516BA is #9AE945. Grayscale: #3F3F3F. Windows color (decimal): -10152262 or 12195429. OLE color: 12195429.

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

Color convert

RGB 101 22 186 -
CMYK 0.46 0.88 0 0.27
HSL 268.9º 0.79% 0.41% -
HSV(B) 268.9º 0.88% 0.73% -
XYZ 14.52 6.89 47.02 -
YUV 64.32 196.67 154.16 -
System Red Green Blue C M Y K H S L
Decimal 101 22 186 0.46 0.88 0 0.27 268.9 0.79 0.41
Hex 65 16 BA 2E 58 0 1B 10D 4F 29
Octal 145 26 272 56 130 0 33 415 117 51
Binary 1100101 10110 10111010 101110 1011000 0 11011 100001101 1001111 101001

Color Harmonies of #6516BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6516BA

Black with #6516BA

Text Example


Text Example

White with #6516BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6516BA; }

 p { color: rgb(101,22,186); }

 H1.HeaderClassName
 {
   color: #6516BA;
 }
 .AnyTagClassName
 {
   color: #6516BA;
 }
</style>

background-color css

<style>
 a { background-color: #6516BA; }

 a { background-color: rgb(101,22,186); }

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

border-color css

<style>
 span { border-color: #6516BA; }

 span { border-color: rgb(101,22,186); }

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