Html Css Color HEX #6A15BB Purple Heart

📋 copy color: '#6A15BB'

red 106 ◦ green 21 ◦ blue 187

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

Shades of Purple Heart #6A15BB

Tints of Purple Heart #6A15BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 33.76%
G = 6.69%
B = 59.55%

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

#6A15BB (or 0x6A15BB) is known color: Purple Heart. HEX triplet: 6A, 15 and BB. RGB value is (106,21,187). Sum of RGB (Red+Green+Blue) = 106+21+187=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #6A15BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A15BB is #95EA44. Grayscale: #404040. Windows color (decimal): -9824837 or 12260714. OLE color: 12260714.

HSL color Cylindrical-coordinate representation of color #6A15BB: hue angle of 270.72º 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 #6A15BB is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 21 187 -
CMYK 0.43 0.89 0 0.27
HSL 270.72º 0.8% 0.41% -
HSV(B) 270.72º 0.89% 0.73% -
XYZ 15.18 7.19 47.6 -
YUV 65.34 196.66 157 -
System Red Green Blue C M Y K H S L
Decimal 106 21 187 0.43 0.89 0 0.27 270.72 0.8 0.41
Hex 6A 15 BB 2B 59 0 1B 10F 50 29
Octal 152 25 273 53 131 0 33 417 120 51
Binary 1101010 10101 10111011 101011 1011001 0 11011 100001111 1010000 101001

Color Harmonies of #6A15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A15BB

Black with #6A15BB

Text Example


Text Example

White with #6A15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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