Html Css Color HEX #6518D5 Purple Heart

📋 copy color: '#6518D5'

red 101 ◦ green 24 ◦ blue 213

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

Shades of Purple Heart #6518D5

Tints of Purple Heart #6518D5

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.1%

 BLUE value IS 213 (83.59% from 255) = 63.02%

R = 29.88%
G = 7.1%
B = 63.02%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6518D5 (or 0x6518D5) is known color: Purple Heart. HEX triplet: 65, 18 and D5. RGB value is (101,24,213). Sum of RGB (Red+Green+Blue) = 101+24+213=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #6518D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6518D5 is #9AE72A. Grayscale: #434343. Windows color (decimal): -10151723 or 13965413. OLE color: 13965413.

HSL color Cylindrical-coordinate representation of color #6518D5: hue angle of 264.44º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6518D5 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 24 213 -
CMYK 0.53 0.89 0 0.16
HSL 264.44º 0.8% 0.46% -
HSV(B) 264.44º 0.89% 0.84% -
XYZ 17.7 8.22 63.61 -
YUV 68.57 209.51 151.13 -
System Red Green Blue C M Y K H S L
Decimal 101 24 213 0.53 0.89 0 0.16 264.44 0.8 0.46
Hex 65 18 D5 35 59 0 10 108 50 2E
Octal 145 30 325 65 131 0 20 410 120 56
Binary 1100101 11000 11010101 110101 1011001 0 10000 100001000 1010000 101110

Color Harmonies of #6518D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6518D5

Black with #6518D5

Text Example


Text Example

White with #6518D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6518D5; }

 p { color: rgb(101,24,213); }

 H1.HeaderClassName
 {
   color: #6518D5;
 }
 .AnyTagClassName
 {
   color: #6518D5;
 }
</style>

background-color css

<style>
 a { background-color: #6518D5; }

 a { background-color: rgb(101,24,213); }

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

border-color css

<style>
 span { border-color: #6518D5; }

 span { border-color: rgb(101,24,213); }

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