Html Css Color HEX #6517D1 Purple Heart

📋 copy color: '#6517D1'

red 101 ◦ green 23 ◦ blue 209

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

Shades of Purple Heart #6517D1

Tints of Purple Heart #6517D1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.91%

 BLUE value IS 209 (82.03% from 255) = 62.76%

R = 30.33%
G = 6.91%
B = 62.76%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6517D1 (or 0x6517D1) is known color: Purple Heart. HEX triplet: 65, 17 and D1. RGB value is (101,23,209). Sum of RGB (Red+Green+Blue) = 101+23+209=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 209 (82.03% from 255 or 62.76% from 333); Max value from RGB is 209 - color contains mainly: blue. Hex color #6517D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6517D1 is #9AE82E. Grayscale: #424242. Windows color (decimal): -10151983 or 13703013. OLE color: 13703013.

HSL color Cylindrical-coordinate representation of color #6517D1: hue angle of 265.16º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6517D1 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 23 209 -
CMYK 0.52 0.89 0 0.18
HSL 265.16º 0.8% 0.45% -
HSV(B) 265.16º 0.89% 0.82% -
XYZ 17.18 7.98 60.96 -
YUV 67.53 207.84 151.88 -
System Red Green Blue C M Y K H S L
Decimal 101 23 209 0.52 0.89 0 0.18 265.16 0.8 0.45
Hex 65 17 D1 34 59 0 12 109 50 2D
Octal 145 27 321 64 131 0 22 411 120 55
Binary 1100101 10111 11010001 110100 1011001 0 10010 100001001 1010000 101101

Color Harmonies of #6517D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6517D1

Black with #6517D1

Text Example


Text Example

White with #6517D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6517D1; }

 p { color: rgb(101,23,209); }

 H1.HeaderClassName
 {
   color: #6517D1;
 }
 .AnyTagClassName
 {
   color: #6517D1;
 }
</style>

background-color css

<style>
 a { background-color: #6517D1; }

 a { background-color: rgb(101,23,209); }

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

border-color css

<style>
 span { border-color: #6517D1; }

 span { border-color: rgb(101,23,209); }

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