Html Css Color HEX #7332BD Purple Heart

📋 copy color: '#7332BD'

red 115 ◦ green 50 ◦ blue 189

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

Shades of Purple Heart #7332BD

Tints of Purple Heart #7332BD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

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

R = 32.49%
G = 14.12%
B = 53.39%

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

#7332BD (or 0x7332BD) is known color: Purple Heart. HEX triplet: 73, 32 and BD. RGB value is (115,50,189). Sum of RGB (Red+Green+Blue) = 115+50+189=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #7332BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7332BD is #8CCD42. Grayscale: #545454. Windows color (decimal): -9227587 or 12399219. OLE color: 12399219.

HSL color Cylindrical-coordinate representation of color #7332BD: hue angle of 268.06º degrees, saturation: 0.58, 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 #7332BD is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 50 189 -
CMYK 0.39 0.74 0 0.26
HSL 268.06º 0.58% 0.47% -
HSV(B) 268.06º 0.74% 0.74% -
XYZ 17.4 9.6 49.08 -
YUV 85.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 115 50 189 0.39 0.74 0 0.26 268.06 0.58 0.47
Hex 73 32 BD 27 4A 0 1A 10C 3A 2F
Octal 163 62 275 47 112 0 32 414 72 57
Binary 1110011 110010 10111101 100111 1001010 0 11010 100001100 111010 101111

Color Harmonies of #7332BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7332BD

Black with #7332BD

Text Example


Text Example

White with #7332BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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