Html Css Color HEX #6510D8 Purple Heart

📋 copy color: '#6510D8'

red 101 ◦ green 16 ◦ blue 216

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

Shades of Purple Heart #6510D8

Tints of Purple Heart #6510D8

RGB

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

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

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

R = 30.33%
G = 4.8%
B = 64.86%

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

#6510D8 (or 0x6510D8) is known color: Purple Heart. HEX triplet: 65, 10 and D8. RGB value is (101,16,216). Sum of RGB (Red+Green+Blue) = 101+16+216=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 216 (84.77% from 255 or 64.86% from 333); Max value from RGB is 216 - color contains mainly: blue. Hex color #6510D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6510D8 is #9AEF27. Grayscale: #3F3F3F. Windows color (decimal): -10153768 or 14159973. OLE color: 14159973.

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

Color convert

RGB 101 16 216 -
CMYK 0.53 0.93 0 0.15
HSL 265.5º 0.86% 0.45% -
HSV(B) 265.5º 0.93% 0.85% -
XYZ 17.95 8.1 65.58 -
YUV 64.22 213.66 154.24 -
System Red Green Blue C M Y K H S L
Decimal 101 16 216 0.53 0.93 0 0.15 265.5 0.86 0.45
Hex 65 10 D8 35 5D 0 F 10A 56 2D
Octal 145 20 330 65 135 0 17 412 126 55
Binary 1100101 10000 11011000 110101 1011101 0 1111 100001010 1010110 101101

Color Harmonies of #6510D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510D8

Black with #6510D8

Text Example


Text Example

White with #6510D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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