Html Css Color HEX #6A07AC Purple Heart

📋 copy color: '#6A07AC'

red 106 ◦ green 7 ◦ blue 172

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

Shades of Purple Heart #6A07AC

Tints of Purple Heart #6A07AC

RGB

 RED value IS 106 (41.8% from 255) = 37.19%

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

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

R = 37.19%
G = 2.46%
B = 60.35%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A07AC (or 0x6A07AC) is known color: Purple Heart. HEX triplet: 6A, 07 and AC. RGB value is (106,7,172). Sum of RGB (Red+Green+Blue) = 106+7+172=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A07AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A07AC is #95F853. Grayscale: #363636. Windows color (decimal): -9828436 or 11274090. OLE color: 11274090.

HSL color Cylindrical-coordinate representation of color #6A07AC: hue angle of 276º 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 #6A07AC is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 7 172 -
CMYK 0.38 0.96 0 0.33
HSL 276º 0.92% 0.35% -
HSV(B) 276º 0.96% 0.67% -
XYZ 13.47 6.19 39.52 -
YUV 55.41 193.8 164.08 -
System Red Green Blue C M Y K H S L
Decimal 106 7 172 0.38 0.96 0 0.33 276 0.92 0.35
Hex 6A 7 AC 26 60 0 21 114 5C 23
Octal 152 7 254 46 140 0 41 424 134 43
Binary 1101010 111 10101100 100110 1100000 0 100001 100010100 1011100 100011

Color Harmonies of #6A07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A07AC

Black with #6A07AC

Text Example


Text Example

White with #6A07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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