Html Css Color HEX #6810DB Purple Heart

📋 copy color: '#6810DB'

red 104 ◦ green 16 ◦ blue 219

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

Shades of Purple Heart #6810DB

Tints of Purple Heart #6810DB

RGB

 RED value IS 104 (41.02% from 255) = 30.68%

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

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

R = 30.68%
G = 4.72%
B = 64.6%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6810DB (or 0x6810DB) is known color: Purple Heart. HEX triplet: 68, 10 and DB. RGB value is (104,16,219). Sum of RGB (Red+Green+Blue) = 104+16+219=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #6810DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6810DB is #97EF24. Grayscale: #404040. Windows color (decimal): -9957157 or 14356584. OLE color: 14356584.

HSL color Cylindrical-coordinate representation of color #6810DB: hue angle of 266.01º 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 #6810DB is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 16 219 -
CMYK 0.53 0.93 0 0.14
HSL 266.01º 0.86% 0.46% -
HSV(B) 266.01º 0.93% 0.86% -
XYZ 18.68 8.43 67.66 -
YUV 65.45 214.65 155.49 -
System Red Green Blue C M Y K H S L
Decimal 104 16 219 0.53 0.93 0 0.14 266.01 0.86 0.46
Hex 68 10 DB 35 5D 0 E 10A 56 2E
Octal 150 20 333 65 135 0 16 412 126 56
Binary 1101000 10000 11011011 110101 1011101 0 1110 100001010 1010110 101110

Color Harmonies of #6810DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6810DB

Black with #6810DB

Text Example


Text Example

White with #6810DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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