Html Css Color HEX #6D16C1 Purple Heart

📋 copy color: '#6D16C1'

red 109 ◦ green 22 ◦ blue 193

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

Shades of Purple Heart #6D16C1

Tints of Purple Heart #6D16C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 59.57%

R = 33.64%
G = 6.79%
B = 59.57%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6D16C1 (or 0x6D16C1) is known color: Purple Heart. HEX triplet: 6D, 16 and C1. RGB value is (109,22,193). Sum of RGB (Red+Green+Blue) = 109+22+193=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #6D16C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D16C1 is #92E93E. Grayscale: #424242. Windows color (decimal): -9627967 or 12654189. OLE color: 12654189.

HSL color Cylindrical-coordinate representation of color #6D16C1: hue angle of 270.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D16C1 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 109 22 193 -
CMYK 0.44 0.89 0 0.24
HSL 270.53º 0.8% 0.42% -
HSV(B) 270.53º 0.89% 0.76% -
XYZ 16.22 7.68 51.08 -
YUV 67.51 198.82 157.6 -
System Red Green Blue C M Y K H S L
Decimal 109 22 193 0.44 0.89 0 0.24 270.53 0.8 0.42
Hex 6D 16 C1 2C 59 0 18 10F 50 2A
Octal 155 26 301 54 131 0 30 417 120 52
Binary 1101101 10110 11000001 101100 1011001 0 11000 100001111 1010000 101010

Color Harmonies of #6D16C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D16C1

Black with #6D16C1

Text Example


Text Example

White with #6D16C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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