Html Css Color HEX #6516BC Purple Heart

📋 copy color: '#6516BC'

red 101 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #6516BC

Tints of Purple Heart #6516BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.45%

R = 32.48%
G = 7.07%
B = 60.45%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6516BC (or 0x6516BC) is known color: Purple Heart. HEX triplet: 65, 16 and BC. RGB value is (101,22,188). Sum of RGB (Red+Green+Blue) = 101+22+188=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #6516BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6516BC is #9AE943. Grayscale: #3F3F3F. Windows color (decimal): -10152260 or 12326501. OLE color: 12326501.

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

Color convert

RGB 101 22 188 -
CMYK 0.46 0.88 0 0.26
HSL 268.55º 0.79% 0.41% -
HSV(B) 268.55º 0.88% 0.74% -
XYZ 14.73 6.97 48.15 -
YUV 64.55 197.67 154 -
System Red Green Blue C M Y K H S L
Decimal 101 22 188 0.46 0.88 0 0.26 268.55 0.79 0.41
Hex 65 16 BC 2E 58 0 1A 10D 4F 29
Octal 145 26 274 56 130 0 32 415 117 51
Binary 1100101 10110 10111100 101110 1011000 0 11010 100001101 1001111 101001

Color Harmonies of #6516BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6516BC

Black with #6516BC

Text Example


Text Example

White with #6516BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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