Html Css Color HEX #6A15BC Purple Heart

📋 copy color: '#6A15BC'

red 106 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #6A15BC

Tints of Purple Heart #6A15BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.68%

R = 33.65%
G = 6.67%
B = 59.68%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A15BC (or 0x6A15BC) is known color: Purple Heart. HEX triplet: 6A, 15 and BC. RGB value is (106,21,188). Sum of RGB (Red+Green+Blue) = 106+21+188=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A15BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A15BC is #95EA43. Grayscale: #404040. Windows color (decimal): -9824836 or 12326250. OLE color: 12326250.

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

Color convert

RGB 106 21 188 -
CMYK 0.44 0.89 0 0.26
HSL 270.54º 0.8% 0.41% -
HSV(B) 270.54º 0.89% 0.74% -
XYZ 15.29 7.23 48.17 -
YUV 65.45 197.16 156.92 -
System Red Green Blue C M Y K H S L
Decimal 106 21 188 0.44 0.89 0 0.26 270.54 0.8 0.41
Hex 6A 15 BC 2C 59 0 1A 10F 50 29
Octal 152 25 274 54 131 0 32 417 120 51
Binary 1101010 10101 10111100 101100 1011001 0 11010 100001111 1010000 101001

Color Harmonies of #6A15BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A15BC

Black with #6A15BC

Text Example


Text Example

White with #6A15BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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