Html Css Color HEX #7331B5 Purple Heart

📋 copy color: '#7331B5'

red 115 ◦ green 49 ◦ blue 181

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

Shades of Purple Heart #7331B5

Tints of Purple Heart #7331B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 52.46%

R = 33.33%
G = 14.2%
B = 52.46%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7331B5 (or 0x7331B5) is known color: Purple Heart. HEX triplet: 73, 31 and B5. RGB value is (115,49,181). Sum of RGB (Red+Green+Blue) = 115+49+181=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #7331B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7331B5 is #8CCE4A. Grayscale: #535353. Windows color (decimal): -9227851 or 11874675. OLE color: 11874675.

HSL color Cylindrical-coordinate representation of color #7331B5: hue angle of 270º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7331B5 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 49 181 -
CMYK 0.36 0.73 0 0.29
HSL 270º 0.57% 0.45% -
HSV(B) 270º 0.73% 0.71% -
XYZ 16.51 9.18 44.62 -
YUV 83.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 115 49 181 0.36 0.73 0 0.29 270 0.57 0.45
Hex 73 31 B5 24 49 0 1D 10E 39 2D
Octal 163 61 265 44 111 0 35 416 71 55
Binary 1110011 110001 10110101 100100 1001001 0 11101 100001110 111001 101101

Color Harmonies of #7331B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7331B5

Black with #7331B5

Text Example


Text Example

White with #7331B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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