Html Css Color HEX #6517D8 Purple Heart

📋 copy color: '#6517D8'

red 101 ◦ green 23 ◦ blue 216

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

Shades of Purple Heart #6517D8

Tints of Purple Heart #6517D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 63.53%

R = 29.71%
G = 6.76%
B = 63.53%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6517D8 (or 0x6517D8) is known color: Purple Heart. HEX triplet: 65, 17 and D8. RGB value is (101,23,216). Sum of RGB (Red+Green+Blue) = 101+23+216=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 216 (84.77% from 255 or 63.53% from 340); Max value from RGB is 216 - color contains mainly: blue. Hex color #6517D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6517D8 is #9AE827. Grayscale: #434343. Windows color (decimal): -10151976 or 14161765. OLE color: 14161765.

HSL color Cylindrical-coordinate representation of color #6517D8: hue angle of 264.25º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6517D8 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 23 216 -
CMYK 0.53 0.89 0 0.15
HSL 264.25º 0.81% 0.47% -
HSV(B) 264.25º 0.89% 0.85% -
XYZ 18.07 8.34 65.62 -
YUV 68.32 211.34 151.31 -
System Red Green Blue C M Y K H S L
Decimal 101 23 216 0.53 0.89 0 0.15 264.25 0.81 0.47
Hex 65 17 D8 35 59 0 F 108 51 2F
Octal 145 27 330 65 131 0 17 410 121 57
Binary 1100101 10111 11011000 110101 1011001 0 1111 100001000 1010001 101111

Color Harmonies of #6517D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6517D8

Black with #6517D8

Text Example


Text Example

White with #6517D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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