Html Css Color HEX #7331BD Purple Heart

📋 copy color: '#7331BD'

red 115 ◦ green 49 ◦ blue 189

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

Shades of Purple Heart #7331BD

Tints of Purple Heart #7331BD

RGB

 RED value IS 115 (45.31% from 255) = 32.58%

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

 BLUE value IS 189 (74.22% from 255) = 53.54%

R = 32.58%
G = 13.88%
B = 53.54%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7331BD (or 0x7331BD) is known color: Purple Heart. HEX triplet: 73, 31 and BD. RGB value is (115,49,189). Sum of RGB (Red+Green+Blue) = 115+49+189=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #7331BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7331BD is #8CCE42. Grayscale: #545454. Windows color (decimal): -9227843 or 12398963. OLE color: 12398963.

HSL color Cylindrical-coordinate representation of color #7331BD: hue angle of 268.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7331BD is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 49 189 -
CMYK 0.39 0.74 0 0.26
HSL 268.29º 0.59% 0.47% -
HSV(B) 268.29º 0.74% 0.74% -
XYZ 17.35 9.52 49.07 -
YUV 84.69 186.87 149.62 -
System Red Green Blue C M Y K H S L
Decimal 115 49 189 0.39 0.74 0 0.26 268.29 0.59 0.47
Hex 73 31 BD 27 4A 0 1A 10C 3B 2F
Octal 163 61 275 47 112 0 32 414 73 57
Binary 1110011 110001 10111101 100111 1001010 0 11010 100001100 111011 101111

Color Harmonies of #7331BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7331BD

Black with #7331BD

Text Example


Text Example

White with #7331BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7331BD; }

 p { color: rgb(115,49,189); }

 H1.HeaderClassName
 {
   color: #7331BD;
 }
 .AnyTagClassName
 {
   color: #7331BD;
 }
</style>

background-color css

<style>
 a { background-color: #7331BD; }

 a { background-color: rgb(115,49,189); }

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

border-color css

<style>
 span { border-color: #7331BD; }

 span { border-color: rgb(115,49,189); }

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