Html Css Color HEX #6516C1 Purple Heart

📋 copy color: '#6516C1'

red 101 ◦ green 22 ◦ blue 193

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

Shades of Purple Heart #6516C1

Tints of Purple Heart #6516C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 61.08%

R = 31.96%
G = 6.96%
B = 61.08%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6516C1 (or 0x6516C1) is known color: Purple Heart. HEX triplet: 65, 16 and C1. RGB value is (101,22,193). Sum of RGB (Red+Green+Blue) = 101+22+193=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #6516C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6516C1 is #9AE93E. Grayscale: #404040. Windows color (decimal): -10152255 or 12654181. OLE color: 12654181.

HSL color Cylindrical-coordinate representation of color #6516C1: hue angle of 267.72º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6516C1 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 22 193 -
CMYK 0.48 0.89 0 0.24
HSL 267.72º 0.8% 0.42% -
HSV(B) 267.72º 0.89% 0.76% -
XYZ 15.28 7.19 51.03 -
YUV 65.12 200.17 153.6 -
System Red Green Blue C M Y K H S L
Decimal 101 22 193 0.48 0.89 0 0.24 267.72 0.8 0.42
Hex 65 16 C1 30 59 0 18 10C 50 2A
Octal 145 26 301 60 131 0 30 414 120 52
Binary 1100101 10110 11000001 110000 1011001 0 11000 100001100 1010000 101010

Color Harmonies of #6516C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6516C1

Black with #6516C1

Text Example


Text Example

White with #6516C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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