Html Css Color HEX #6A10DB Purple Heart

📋 copy color: '#6A10DB'

red 106 ◦ green 16 ◦ blue 219

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

Shades of Purple Heart #6A10DB

Tints of Purple Heart #6A10DB

RGB

 RED value IS 106 (41.8% from 255) = 31.09%

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

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

R = 31.09%
G = 4.69%
B = 64.22%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A10DB (or 0x6A10DB) is known color: Purple Heart. HEX triplet: 6A, 10 and DB. RGB value is (106,16,219). Sum of RGB (Red+Green+Blue) = 106+16+219=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A10DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A10DB is #95EF24. Grayscale: #414141. Windows color (decimal): -9826085 or 14356586. OLE color: 14356586.

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

Color convert

RGB 106 16 219 -
CMYK 0.52 0.93 0 0.14
HSL 266.6º 0.86% 0.46% -
HSV(B) 266.6º 0.93% 0.86% -
XYZ 18.92 8.55 67.67 -
YUV 66.05 214.32 156.49 -
System Red Green Blue C M Y K H S L
Decimal 106 16 219 0.52 0.93 0 0.14 266.6 0.86 0.46
Hex 6A 10 DB 34 5D 0 E 10B 56 2E
Octal 152 20 333 64 135 0 16 413 126 56
Binary 1101010 10000 11011011 110100 1011101 0 1110 100001011 1010110 101110

Color Harmonies of #6A10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A10DB

Black with #6A10DB

Text Example


Text Example

White with #6A10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A10DB; }

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

 H1.HeaderClassName
 {
   color: #6A10DB;
 }
 .AnyTagClassName
 {
   color: #6A10DB;
 }
</style>

background-color css

<style>
 a { background-color: #6A10DB; }

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

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

border-color css

<style>
 span { border-color: #6A10DB; }

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

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