Html Css Color HEX #6510D9 Purple Heart

📋 copy color: '#6510D9'

red 101 ◦ green 16 ◦ blue 217

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

Shades of Purple Heart #6510D9

Tints of Purple Heart #6510D9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.79%

 BLUE value IS 217 (85.16% from 255) = 64.97%

R = 30.24%
G = 4.79%
B = 64.97%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6510D9 (or 0x6510D9) is known color: Purple Heart. HEX triplet: 65, 10 and D9. RGB value is (101,16,217). Sum of RGB (Red+Green+Blue) = 101+16+217=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 217 (85.16% from 255 or 64.97% from 334); Max value from RGB is 217 - color contains mainly: blue. Hex color #6510D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6510D9 is #9AEF26. Grayscale: #3F3F3F. Windows color (decimal): -10153767 or 14225509. OLE color: 14225509.

HSL color Cylindrical-coordinate representation of color #6510D9: hue angle of 265.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6510D9 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 16 217 -
CMYK 0.53 0.93 0 0.15
HSL 265.37º 0.86% 0.46% -
HSV(B) 265.37º 0.93% 0.85% -
XYZ 18.08 8.15 66.27 -
YUV 64.33 214.16 154.16 -
System Red Green Blue C M Y K H S L
Decimal 101 16 217 0.53 0.93 0 0.15 265.37 0.86 0.46
Hex 65 10 D9 35 5D 0 F 109 56 2E
Octal 145 20 331 65 135 0 17 411 126 56
Binary 1100101 10000 11011001 110101 1011101 0 1111 100001001 1010110 101110

Color Harmonies of #6510D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510D9

Black with #6510D9

Text Example


Text Example

White with #6510D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6510D9; }

 p { color: rgb(101,16,217); }

 H1.HeaderClassName
 {
   color: #6510D9;
 }
 .AnyTagClassName
 {
   color: #6510D9;
 }
</style>

background-color css

<style>
 a { background-color: #6510D9; }

 a { background-color: rgb(101,16,217); }

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

border-color css

<style>
 span { border-color: #6510D9; }

 span { border-color: rgb(101,16,217); }

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