Html Css Color HEX #6C0AAD Purple Heart

📋 copy color: '#6C0AAD'

red 108 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #6C0AAD

Tints of Purple Heart #6C0AAD

RGB

 RED value IS 108 (42.58% from 255) = 37.11%

 GREEN value IS 10 (4.3% from 255) = 3.44%

 BLUE value IS 173 (67.97% from 255) = 59.45%

R = 37.11%
G = 3.44%
B = 59.45%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C0AAD (or 0x6C0AAD) is known color: Purple Heart. HEX triplet: 6C, 0A and AD. RGB value is (108,10,173). Sum of RGB (Red+Green+Blue) = 108+10+173=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C0AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0AAD is #93F552. Grayscale: #393939. Windows color (decimal): -9696595 or 11340396. OLE color: 11340396.

HSL color Cylindrical-coordinate representation of color #6C0AAD: hue angle of 276.07º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0AAD is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 10 173 -
CMYK 0.38 0.94 0 0.32
HSL 276.07º 0.89% 0.36% -
HSV(B) 276.07º 0.94% 0.68% -
XYZ 13.84 6.42 40.05 -
YUV 57.88 192.97 163.75 -
System Red Green Blue C M Y K H S L
Decimal 108 10 173 0.38 0.94 0 0.32 276.07 0.89 0.36
Hex 6C A AD 26 5E 0 20 114 59 24
Octal 154 12 255 46 136 0 40 424 131 44
Binary 1101100 1010 10101101 100110 1011110 0 100000 100010100 1011001 100100

Color Harmonies of #6C0AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0AAD

Black with #6C0AAD

Text Example


Text Example

White with #6C0AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,10,173); }

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

background-color css

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

 a { background-color: rgb(108,10,173); }

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

border-color css

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

 span { border-color: rgb(108,10,173); }

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