Html Css Color HEX #6510DB Purple Heart

📋 copy color: '#6510DB'

red 101 ◦ green 16 ◦ blue 219

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

Shades of Purple Heart #6510DB

Tints of Purple Heart #6510DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.18%

R = 30.06%
G = 4.76%
B = 65.18%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6510DB (or 0x6510DB) is known color: Purple Heart. HEX triplet: 65, 10 and DB. RGB value is (101,16,219). Sum of RGB (Red+Green+Blue) = 101+16+219=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #6510DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6510DB is #9AEF24. Grayscale: #3F3F3F. Windows color (decimal): -10153765 or 14356581. OLE color: 14356581.

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

Color convert

RGB 101 16 219 -
CMYK 0.54 0.93 0 0.14
HSL 265.12º 0.86% 0.46% -
HSV(B) 265.12º 0.93% 0.86% -
XYZ 18.34 8.25 67.64 -
YUV 64.56 215.16 153.99 -
System Red Green Blue C M Y K H S L
Decimal 101 16 219 0.54 0.93 0 0.14 265.12 0.86 0.46
Hex 65 10 DB 36 5D 0 E 109 56 2E
Octal 145 20 333 66 135 0 16 411 126 56
Binary 1100101 10000 11011011 110110 1011101 0 1110 100001001 1010110 101110

Color Harmonies of #6510DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510DB

Black with #6510DB

Text Example


Text Example

White with #6510DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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