Html Css Color HEX #6A15BA Purple Heart

📋 copy color: '#6A15BA'

red 106 ◦ green 21 ◦ blue 186

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

Shades of Purple Heart #6A15BA

Tints of Purple Heart #6A15BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.71%

 BLUE value IS 186 (73.05% from 255) = 59.42%

R = 33.87%
G = 6.71%
B = 59.42%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A15BA (or 0x6A15BA) is known color: Purple Heart. HEX triplet: 6A, 15 and BA. RGB value is (106,21,186). Sum of RGB (Red+Green+Blue) = 106+21+186=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A15BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A15BA is #95EA45. Grayscale: #404040. Windows color (decimal): -9824838 or 12195178. OLE color: 12195178.

HSL color Cylindrical-coordinate representation of color #6A15BA: hue angle of 270.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A15BA is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 21 186 -
CMYK 0.43 0.89 0 0.27
HSL 270.91º 0.8% 0.41% -
HSV(B) 270.91º 0.89% 0.73% -
XYZ 15.07 7.15 47.04 -
YUV 65.23 196.16 157.08 -
System Red Green Blue C M Y K H S L
Decimal 106 21 186 0.43 0.89 0 0.27 270.91 0.8 0.41
Hex 6A 15 BA 2B 59 0 1B 10F 50 29
Octal 152 25 272 53 131 0 33 417 120 51
Binary 1101010 10101 10111010 101011 1011001 0 11011 100001111 1010000 101001

Color Harmonies of #6A15BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A15BA

Black with #6A15BA

Text Example


Text Example

White with #6A15BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,21,186); }

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

background-color css

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

 a { background-color: rgb(106,21,186); }

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

border-color css

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

 span { border-color: rgb(106,21,186); }

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