Html Css Color HEX #6510D7 Purple Heart

📋 copy color: '#6510D7'

red 101 ◦ green 16 ◦ blue 215

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

Shades of Purple Heart #6510D7

Tints of Purple Heart #6510D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 64.76%

R = 30.42%
G = 4.82%
B = 64.76%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6510D7 (or 0x6510D7) is known color: Purple Heart. HEX triplet: 65, 10 and D7. RGB value is (101,16,215). Sum of RGB (Red+Green+Blue) = 101+16+215=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 215 (84.38% from 255 or 64.76% from 332); Max value from RGB is 215 - color contains mainly: blue. Hex color #6510D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6510D7 is #9AEF28. Grayscale: #3F3F3F. Windows color (decimal): -10153769 or 14094437. OLE color: 14094437.

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

Color convert

RGB 101 16 215 -
CMYK 0.53 0.93 0 0.16
HSL 265.63º 0.86% 0.45% -
HSV(B) 265.63º 0.93% 0.84% -
XYZ 17.82 8.04 64.9 -
YUV 64.1 213.16 154.32 -
System Red Green Blue C M Y K H S L
Decimal 101 16 215 0.53 0.93 0 0.16 265.63 0.86 0.45
Hex 65 10 D7 35 5D 0 10 10A 56 2D
Octal 145 20 327 65 135 0 20 412 126 55
Binary 1100101 10000 11010111 110101 1011101 0 10000 100001010 1010110 101101

Color Harmonies of #6510D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510D7

Black with #6510D7

Text Example


Text Example

White with #6510D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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