Html Css Color HEX #6D16DA Purple Heart

📋 copy color: '#6D16DA'

red 109 ◦ green 22 ◦ blue 218

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

Shades of Purple Heart #6D16DA

Tints of Purple Heart #6D16DA

RGB

 RED value IS 109 (42.97% from 255) = 31.23%

 GREEN value IS 22 (8.98% from 255) = 6.3%

 BLUE value IS 218 (85.55% from 255) = 62.46%

R = 31.23%
G = 6.3%
B = 62.46%

CMYK

 C value IS 0.5

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6D16DA (or 0x6D16DA) is known color: Purple Heart. HEX triplet: 6D, 16 and DA. RGB value is (109,22,218). Sum of RGB (Red+Green+Blue) = 109+22+218=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D16DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D16DA is #92E925. Grayscale: #454545. Windows color (decimal): -9627942 or 14292589. OLE color: 14292589.

HSL color Cylindrical-coordinate representation of color #6D16DA: hue angle of 266.63º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D16DA is Cyan = 0.5, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 22 218 -
CMYK 0.5 0.90 0 0.15
HSL 266.63º 0.82% 0.47% -
HSV(B) 266.63º 0.9% 0.85% -
XYZ 19.25 8.89 67.03 -
YUV 70.36 211.32 155.56 -
System Red Green Blue C M Y K H S L
Decimal 109 22 218 0.5 0.90 0 0.15 266.63 0.82 0.47
Hex 6D 16 DA 32 5A 0 F 10B 52 2F
Octal 155 26 332 62 132 0 17 413 122 57
Binary 1101101 10110 11011010 110010 1011010 0 1111 100001011 1010010 101111

Color Harmonies of #6D16DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D16DA

Black with #6D16DA

Text Example


Text Example

White with #6D16DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,22,218); }

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

background-color css

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

 a { background-color: rgb(109,22,218); }

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

border-color css

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

 span { border-color: rgb(109,22,218); }

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