Html Css Color HEX #6D16CE Purple Heart

📋 copy color: '#6D16CE'

red 109 ◦ green 22 ◦ blue 206

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

Shades of Purple Heart #6D16CE

Tints of Purple Heart #6D16CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 32.34%
G = 6.53%
B = 61.13%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D16CE (or 0x6D16CE) is known color: Purple Heart. HEX triplet: 6D, 16 and CE. RGB value is (109,22,206). Sum of RGB (Red+Green+Blue) = 109+22+206=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D16CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D16CE is #92E931. Grayscale: #444444. Windows color (decimal): -9627954 or 13506157. OLE color: 13506157.

HSL color Cylindrical-coordinate representation of color #6D16CE: hue angle of 268.37º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D16CE is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 22 206 -
CMYK 0.47 0.89 0 0.19
HSL 268.37º 0.81% 0.45% -
HSV(B) 268.37º 0.89% 0.81% -
XYZ 17.73 8.28 59.06 -
YUV 68.99 205.32 156.54 -
System Red Green Blue C M Y K H S L
Decimal 109 22 206 0.47 0.89 0 0.19 268.37 0.81 0.45
Hex 6D 16 CE 2F 59 0 13 10C 51 2D
Octal 155 26 316 57 131 0 23 414 121 55
Binary 1101101 10110 11001110 101111 1011001 0 10011 100001100 1010001 101101

Color Harmonies of #6D16CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D16CE

Black with #6D16CE

Text Example


Text Example

White with #6D16CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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