Html Css Color HEX #6D12C0 Purple Heart

📋 copy color: '#6D12C0'

red 109 ◦ green 18 ◦ blue 192

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

Shades of Purple Heart #6D12C0

Tints of Purple Heart #6D12C0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.64%

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

R = 34.17%
G = 5.64%
B = 60.19%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D12C0 (or 0x6D12C0) is known color: Purple Heart. HEX triplet: 6D, 12 and C0. RGB value is (109,18,192). Sum of RGB (Red+Green+Blue) = 109+18+192=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D12C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D12C0 is #92ED3F. Grayscale: #404040. Windows color (decimal): -9628992 or 12587629. OLE color: 12587629.

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

Color convert

RGB 109 18 192 -
CMYK 0.43 0.91 0 0.25
HSL 271.38º 0.83% 0.41% -
HSV(B) 271.38º 0.91% 0.75% -
XYZ 16.04 7.49 50.47 -
YUV 65.05 199.65 159.35 -
System Red Green Blue C M Y K H S L
Decimal 109 18 192 0.43 0.91 0 0.25 271.38 0.83 0.41
Hex 6D 12 C0 2B 5B 0 19 10F 53 29
Octal 155 22 300 53 133 0 31 417 123 51
Binary 1101101 10010 11000000 101011 1011011 0 11001 100001111 1010011 101001

Color Harmonies of #6D12C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D12C0

Black with #6D12C0

Text Example


Text Example

White with #6D12C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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