Html Css Color HEX #6516C2 Purple Heart

📋 copy color: '#6516C2'

red 101 ◦ green 22 ◦ blue 194

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

Shades of Purple Heart #6516C2

Tints of Purple Heart #6516C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 61.2%

R = 31.86%
G = 6.94%
B = 61.2%

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

#6516C2 (or 0x6516C2) is known color: Purple Heart. HEX triplet: 65, 16 and C2. RGB value is (101,22,194). Sum of RGB (Red+Green+Blue) = 101+22+194=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 194 (76.17% from 255 or 61.20% from 317); Max value from RGB is 194 - color contains mainly: blue. Hex color #6516C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6516C2 is #9AE93D. Grayscale: #404040. Windows color (decimal): -10152254 or 12719717. OLE color: 12719717.

HSL color Cylindrical-coordinate representation of color #6516C2: hue angle of 267.56º 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 #6516C2 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 22 194 -
CMYK 0.48 0.89 0 0.24
HSL 267.56º 0.8% 0.42% -
HSV(B) 267.56º 0.89% 0.76% -
XYZ 15.39 7.24 51.62 -
YUV 65.23 200.67 153.51 -
System Red Green Blue C M Y K H S L
Decimal 101 22 194 0.48 0.89 0 0.24 267.56 0.8 0.42
Hex 65 16 C2 30 59 0 18 10C 50 2A
Octal 145 26 302 60 131 0 30 414 120 52
Binary 1100101 10110 11000010 110000 1011001 0 11000 100001100 1010000 101010

Color Harmonies of #6516C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6516C2

Black with #6516C2

Text Example


Text Example

White with #6516C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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