Html Css Color HEX #6D16B5 Purple Heart

📋 copy color: '#6D16B5'

red 109 ◦ green 22 ◦ blue 181

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

Shades of Purple Heart #6D16B5

Tints of Purple Heart #6D16B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 58.01%

R = 34.94%
G = 7.05%
B = 58.01%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6D16B5 (or 0x6D16B5) is known color: Purple Heart. HEX triplet: 6D, 16 and B5. RGB value is (109,22,181). Sum of RGB (Red+Green+Blue) = 109+22+181=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #6D16B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D16B5 is #92E94A. Grayscale: #414141. Windows color (decimal): -9627979 or 11867757. OLE color: 11867757.

HSL color Cylindrical-coordinate representation of color #6D16B5: hue angle of 272.83º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D16B5 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 22 181 -
CMYK 0.40 0.88 0 0.29
HSL 272.83º 0.78% 0.4% -
HSV(B) 272.83º 0.88% 0.71% -
XYZ 14.93 7.16 44.31 -
YUV 66.14 192.82 158.57 -
System Red Green Blue C M Y K H S L
Decimal 109 22 181 0.40 0.88 0 0.29 272.83 0.78 0.4
Hex 6D 16 B5 28 58 0 1D 111 4E 28
Octal 155 26 265 50 130 0 35 421 116 50
Binary 1101101 10110 10110101 101000 1011000 0 11101 100010001 1001110 101000

Color Harmonies of #6D16B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D16B5

Black with #6D16B5

Text Example


Text Example

White with #6D16B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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