Html Css Color HEX #6A0BAC Purple Heart

📋 copy color: '#6A0BAC'

red 106 ◦ green 11 ◦ blue 172

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

Shades of Purple Heart #6A0BAC

Tints of Purple Heart #6A0BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.81%

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

R = 36.68%
G = 3.81%
B = 59.52%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A0BAC (or 0x6A0BAC) is known color: Purple Heart. HEX triplet: 6A, 0B and AC. RGB value is (106,11,172). Sum of RGB (Red+Green+Blue) = 106+11+172=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A0BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0BAC is #95F453. Grayscale: #393939. Windows color (decimal): -9827412 or 11275114. OLE color: 11275114.

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

Color convert

RGB 106 11 172 -
CMYK 0.38 0.94 0 0.33
HSL 275.4º 0.88% 0.36% -
HSV(B) 275.4º 0.94% 0.67% -
XYZ 13.51 6.28 39.53 -
YUV 57.76 192.47 162.41 -
System Red Green Blue C M Y K H S L
Decimal 106 11 172 0.38 0.94 0 0.33 275.4 0.88 0.36
Hex 6A B AC 26 5E 0 21 113 58 24
Octal 152 13 254 46 136 0 41 423 130 44
Binary 1101010 1011 10101100 100110 1011110 0 100001 100010011 1011000 100100

Color Harmonies of #6A0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0BAC

Black with #6A0BAC

Text Example


Text Example

White with #6A0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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