Html Css Color HEX #6D07AC Purple Heart

📋 copy color: '#6D07AC'

red 109 ◦ green 7 ◦ blue 172

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

Shades of Purple Heart #6D07AC

Tints of Purple Heart #6D07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.43%

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 37.85%
G = 2.43%
B = 59.72%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D07AC (or 0x6D07AC) is known color: Purple Heart. HEX triplet: 6D, 07 and AC. RGB value is (109,7,172). Sum of RGB (Red+Green+Blue) = 109+7+172=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D07AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D07AC is #92F853. Grayscale: #373737. Windows color (decimal): -9631828 or 11274093. OLE color: 11274093.

HSL color Cylindrical-coordinate representation of color #6D07AC: hue angle of 277.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D07AC is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 7 172 -
CMYK 0.37 0.96 0 0.33
HSL 277.09º 0.92% 0.35% -
HSV(B) 277.09º 0.96% 0.67% -
XYZ 13.83 6.38 39.53 -
YUV 56.31 193.29 165.58 -
System Red Green Blue C M Y K H S L
Decimal 109 7 172 0.37 0.96 0 0.33 277.09 0.92 0.35
Hex 6D 7 AC 25 60 0 21 115 5C 23
Octal 155 7 254 45 140 0 41 425 134 43
Binary 1101101 111 10101100 100101 1100000 0 100001 100010101 1011100 100011

Color Harmonies of #6D07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D07AC

Black with #6D07AC

Text Example


Text Example

White with #6D07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,7,172); }

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

background-color css

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

 a { background-color: rgb(109,7,172); }

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

border-color css

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

 span { border-color: rgb(109,7,172); }

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