Html Css Color HEX #6B15AC Purple Heart

📋 copy color: '#6B15AC'

red 107 ◦ green 21 ◦ blue 172

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

Shades of Purple Heart #6B15AC

Tints of Purple Heart #6B15AC

RGB

 RED value IS 107 (42.19% from 255) = 35.67%

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

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

R = 35.67%
G = 7%
B = 57.33%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B15AC (or 0x6B15AC) is known color: Purple Heart. HEX triplet: 6B, 15 and AC. RGB value is (107,21,172). Sum of RGB (Red+Green+Blue) = 107+21+172=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B15AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B15AC is #94EA53. Grayscale: #3F3F3F. Windows color (decimal): -9759316 or 11277675. OLE color: 11277675.

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

Color convert

RGB 107 21 172 -
CMYK 0.38 0.88 0 0.33
HSL 274.17º 0.78% 0.38% -
HSV(B) 274.17º 0.88% 0.67% -
XYZ 13.78 6.64 39.59 -
YUV 63.93 188.99 158.72 -
System Red Green Blue C M Y K H S L
Decimal 107 21 172 0.38 0.88 0 0.33 274.17 0.78 0.38
Hex 6B 15 AC 26 58 0 21 112 4E 26
Octal 153 25 254 46 130 0 41 422 116 46
Binary 1101011 10101 10101100 100110 1011000 0 100001 100010010 1001110 100110

Color Harmonies of #6B15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B15AC

Black with #6B15AC

Text Example


Text Example

White with #6B15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,172); }

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

background-color css

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

 a { background-color: rgb(107,21,172); }

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

border-color css

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

 span { border-color: rgb(107,21,172); }

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