Html Css Color HEX #6731BA Purple Heart

📋 copy color: '#6731BA'

red 103 ◦ green 49 ◦ blue 186

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

Shades of Purple Heart #6731BA

Tints of Purple Heart #6731BA

RGB

 RED value IS 103 (40.63% from 255) = 30.47%

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

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

R = 30.47%
G = 14.5%
B = 55.03%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6731BA (or 0x6731BA) is known color: Purple Heart. HEX triplet: 67, 31 and BA. RGB value is (103,49,186). Sum of RGB (Red+Green+Blue) = 103+49+186=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #6731BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6731BA is #98CE45. Grayscale: #505050. Windows color (decimal): -10014278 or 12202343. OLE color: 12202343.

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

Color convert

RGB 103 49 186 -
CMYK 0.45 0.74 0 0.27
HSL 263.65º 0.58% 0.46% -
HSV(B) 263.65º 0.74% 0.73% -
XYZ 15.55 8.63 47.3 -
YUV 80.76 187.39 143.86 -
System Red Green Blue C M Y K H S L
Decimal 103 49 186 0.45 0.74 0 0.27 263.65 0.58 0.46
Hex 67 31 BA 2D 4A 0 1B 108 3A 2E
Octal 147 61 272 55 112 0 33 410 72 56
Binary 1100111 110001 10111010 101101 1001010 0 11011 100001000 111010 101110

Color Harmonies of #6731BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6731BA

Black with #6731BA

Text Example


Text Example

White with #6731BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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