Html Css Color HEX #6516CE Purple Heart

📋 copy color: '#6516CE'

red 101 ◦ green 22 ◦ blue 206

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

Shades of Purple Heart #6516CE

Tints of Purple Heart #6516CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 30.7%
G = 6.69%
B = 62.61%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6516CE (or 0x6516CE) is known color: Purple Heart. HEX triplet: 65, 16 and CE. RGB value is (101,22,206). Sum of RGB (Red+Green+Blue) = 101+22+206=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #6516CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6516CE is #9AE931. Grayscale: #414141. Windows color (decimal): -10152242 or 13506149. OLE color: 13506149.

HSL color Cylindrical-coordinate representation of color #6516CE: hue angle of 265.76º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6516CE is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 22 206 -
CMYK 0.51 0.89 0 0.19
HSL 265.76º 0.81% 0.45% -
HSV(B) 265.76º 0.89% 0.81% -
XYZ 16.79 7.8 59.01 -
YUV 66.6 206.67 152.54 -
System Red Green Blue C M Y K H S L
Decimal 101 22 206 0.51 0.89 0 0.19 265.76 0.81 0.45
Hex 65 16 CE 33 59 0 13 10A 51 2D
Octal 145 26 316 63 131 0 23 412 121 55
Binary 1100101 10110 11001110 110011 1011001 0 10011 100001010 1010001 101101

Color Harmonies of #6516CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6516CE

Black with #6516CE

Text Example


Text Example

White with #6516CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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