Html Css Color HEX #6D1AC0 Purple Heart

📋 copy color: '#6D1AC0'

red 109 ◦ green 26 ◦ blue 192

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

Shades of Purple Heart #6D1AC0

Tints of Purple Heart #6D1AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.95%

 BLUE value IS 192 (75.39% from 255) = 58.72%

R = 33.33%
G = 7.95%
B = 58.72%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D1AC0 (or 0x6D1AC0) is known color: Purple Heart. HEX triplet: 6D, 1A and C0. RGB value is (109,26,192). Sum of RGB (Red+Green+Blue) = 109+26+192=327 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.33% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D1AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1AC0 is #92E53F. Grayscale: #454545. Windows color (decimal): -9626944 or 12589677. OLE color: 12589677.

HSL color Cylindrical-coordinate representation of color #6D1AC0: hue angle of 270º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1AC0 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 26 192 -
CMYK 0.43 0.86 0 0.25
HSL 270º 0.76% 0.43% -
HSV(B) 270º 0.86% 0.75% -
XYZ 16.19 7.8 50.52 -
YUV 69.74 197 156 -
System Red Green Blue C M Y K H S L
Decimal 109 26 192 0.43 0.86 0 0.25 270 0.76 0.43
Hex 6D 1A C0 2B 56 0 19 10E 4C 2B
Octal 155 32 300 53 126 0 31 416 114 53
Binary 1101101 11010 11000000 101011 1010110 0 11001 100001110 1001100 101011

Color Harmonies of #6D1AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1AC0

Black with #6D1AC0

Text Example


Text Example

White with #6D1AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,26,192); }

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

background-color css

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

 a { background-color: rgb(109,26,192); }

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

border-color css

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

 span { border-color: rgb(109,26,192); }

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