Html Css Color HEX #6516BE Purple Heart

📋 copy color: '#6516BE'

red 101 ◦ green 22 ◦ blue 190

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

Shades of Purple Heart #6516BE

Tints of Purple Heart #6516BE

RGB

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

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

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

R = 32.27%
G = 7.03%
B = 60.7%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6516BE (or 0x6516BE) is known color: Purple Heart. HEX triplet: 65, 16 and BE. RGB value is (101,22,190). Sum of RGB (Red+Green+Blue) = 101+22+190=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #6516BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6516BE is #9AE941. Grayscale: #404040. Windows color (decimal): -10152258 or 12457573. OLE color: 12457573.

HSL color Cylindrical-coordinate representation of color #6516BE: hue angle of 268.21º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6516BE is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 22 190 -
CMYK 0.47 0.88 0 0.25
HSL 268.21º 0.79% 0.42% -
HSV(B) 268.21º 0.88% 0.75% -
XYZ 14.95 7.06 49.29 -
YUV 64.77 198.67 153.84 -
System Red Green Blue C M Y K H S L
Decimal 101 22 190 0.47 0.88 0 0.25 268.21 0.79 0.42
Hex 65 16 BE 2F 58 0 19 10C 4F 2A
Octal 145 26 276 57 130 0 31 414 117 52
Binary 1100101 10110 10111110 101111 1011000 0 11001 100001100 1001111 101010

Color Harmonies of #6516BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6516BE

Black with #6516BE

Text Example


Text Example

White with #6516BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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