Html Css Color HEX #6931BA Purple Heart

📋 copy color: '#6931BA'

red 105 ◦ green 49 ◦ blue 186

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

Shades of Purple Heart #6931BA

Tints of Purple Heart #6931BA

RGB

 RED value IS 105 (41.41% from 255) = 30.88%

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

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

R = 30.88%
G = 14.41%
B = 54.71%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6931BA (or 0x6931BA) is known color: Purple Heart. HEX triplet: 69, 31 and BA. RGB value is (105,49,186). Sum of RGB (Red+Green+Blue) = 105+49+186=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #6931BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6931BA is #96CE45. Grayscale: #505050. Windows color (decimal): -9883206 or 12202345. OLE color: 12202345.

HSL color Cylindrical-coordinate representation of color #6931BA: hue angle of 264.53º 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 #6931BA is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 49 186 -
CMYK 0.44 0.74 0 0.27
HSL 264.53º 0.58% 0.46% -
HSV(B) 264.53º 0.74% 0.73% -
XYZ 15.79 8.75 47.31 -
YUV 81.36 187.05 144.86 -
System Red Green Blue C M Y K H S L
Decimal 105 49 186 0.44 0.74 0 0.27 264.53 0.58 0.46
Hex 69 31 BA 2C 4A 0 1B 109 3A 2E
Octal 151 61 272 54 112 0 33 411 72 56
Binary 1101001 110001 10111010 101100 1001010 0 11011 100001001 111010 101110

Color Harmonies of #6931BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6931BA

Black with #6931BA

Text Example


Text Example

White with #6931BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6931BA; }

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

 H1.HeaderClassName
 {
   color: #6931BA;
 }
 .AnyTagClassName
 {
   color: #6931BA;
 }
</style>

background-color css

<style>
 a { background-color: #6931BA; }

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

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

border-color css

<style>
 span { border-color: #6931BA; }

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

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