Html Css Color HEX #6515D5 Purple Heart

📋 copy color: '#6515D5'

red 101 ◦ green 21 ◦ blue 213

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

Shades of Purple Heart #6515D5

Tints of Purple Heart #6515D5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

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

R = 30.15%
G = 6.27%
B = 63.58%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6515D5 (or 0x6515D5) is known color: Purple Heart. HEX triplet: 65, 15 and D5. RGB value is (101,21,213). Sum of RGB (Red+Green+Blue) = 101+21+213=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 213 (83.59% from 255 or 63.58% from 335); Max value from RGB is 213 - color contains mainly: blue. Hex color #6515D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6515D5 is #9AEA2A. Grayscale: #424242. Windows color (decimal): -10152491 or 13964645. OLE color: 13964645.

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

Color convert

RGB 101 21 213 -
CMYK 0.53 0.90 0 0.16
HSL 265º 0.82% 0.46% -
HSV(B) 265º 0.9% 0.84% -
XYZ 17.65 8.11 63.59 -
YUV 66.81 210.5 152.39 -
System Red Green Blue C M Y K H S L
Decimal 101 21 213 0.53 0.90 0 0.16 265 0.82 0.46
Hex 65 15 D5 35 5A 0 10 109 52 2E
Octal 145 25 325 65 132 0 20 411 122 56
Binary 1100101 10101 11010101 110101 1011010 0 10000 100001001 1010010 101110

Color Harmonies of #6515D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6515D5

Black with #6515D5

Text Example


Text Example

White with #6515D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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