Html Css Color HEX #6A07AB Purple Heart

📋 copy color: '#6A07AB'

red 106 ◦ green 7 ◦ blue 171

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

Shades of Purple Heart #6A07AB

Tints of Purple Heart #6A07AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 37.32%
G = 2.46%
B = 60.21%

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

#6A07AB (or 0x6A07AB) is known color: Purple Heart. HEX triplet: 6A, 07 and AB. RGB value is (106,7,171). Sum of RGB (Red+Green+Blue) = 106+7+171=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A07AB is #95F854. Grayscale: #363636. Windows color (decimal): -9828437 or 11208554. OLE color: 11208554.

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

Color convert

RGB 106 7 171 -
CMYK 0.38 0.96 0 0.33
HSL 276.22º 0.92% 0.35% -
HSV(B) 276.22º 0.96% 0.67% -
XYZ 13.37 6.16 39.01 -
YUV 55.3 193.3 164.16 -
System Red Green Blue C M Y K H S L
Decimal 106 7 171 0.38 0.96 0 0.33 276.22 0.92 0.35
Hex 6A 7 AB 26 60 0 21 114 5C 23
Octal 152 7 253 46 140 0 41 424 134 43
Binary 1101010 111 10101011 100110 1100000 0 100001 100010100 1011100 100011

Color Harmonies of #6A07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A07AB

Black with #6A07AB

Text Example


Text Example

White with #6A07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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