Html Css Color HEX #6A31BA Purple Heart

📋 copy color: '#6A31BA'

red 106 ◦ green 49 ◦ blue 186

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

Shades of Purple Heart #6A31BA

Tints of Purple Heart #6A31BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.37%

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

R = 31.09%
G = 14.37%
B = 54.55%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A31BA (or 0x6A31BA) is known color: Purple Heart. HEX triplet: 6A, 31 and BA. RGB value is (106,49,186). Sum of RGB (Red+Green+Blue) = 106+49+186=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A31BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A31BA is #95CE45. Grayscale: #515151. Windows color (decimal): -9817670 or 12202346. OLE color: 12202346.

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

Color convert

RGB 106 49 186 -
CMYK 0.43 0.74 0 0.27
HSL 264.96º 0.58% 0.46% -
HSV(B) 264.96º 0.74% 0.73% -
XYZ 15.91 8.81 47.32 -
YUV 81.66 186.88 145.36 -
System Red Green Blue C M Y K H S L
Decimal 106 49 186 0.43 0.74 0 0.27 264.96 0.58 0.46
Hex 6A 31 BA 2B 4A 0 1B 109 3A 2E
Octal 152 61 272 53 112 0 33 411 72 56
Binary 1101010 110001 10111010 101011 1001010 0 11011 100001001 111010 101110

Color Harmonies of #6A31BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A31BA

Black with #6A31BA

Text Example


Text Example

White with #6A31BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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