Html Css Color HEX #7732BD Purple Heart

📋 copy color: '#7732BD'

red 119 ◦ green 50 ◦ blue 189

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

Shades of Purple Heart #7732BD

Tints of Purple Heart #7732BD

RGB

 RED value IS 119 (46.88% from 255) = 33.24%

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

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

R = 33.24%
G = 13.97%
B = 52.79%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7732BD (or 0x7732BD) is known color: Purple Heart. HEX triplet: 77, 32 and BD. RGB value is (119,50,189). Sum of RGB (Red+Green+Blue) = 119+50+189=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #7732BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7732BD is #88CD42. Grayscale: #555555. Windows color (decimal): -8965443 or 12399223. OLE color: 12399223.

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

Color convert

RGB 119 50 189 -
CMYK 0.37 0.74 0 0.26
HSL 269.78º 0.58% 0.47% -
HSV(B) 269.78º 0.74% 0.74% -
XYZ 17.93 9.88 49.11 -
YUV 86.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 119 50 189 0.37 0.74 0 0.26 269.78 0.58 0.47
Hex 77 32 BD 25 4A 0 1A 10E 3A 2F
Octal 167 62 275 45 112 0 32 416 72 57
Binary 1110111 110010 10111101 100101 1001010 0 11010 100001110 111010 101111

Color Harmonies of #7732BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7732BD

Black with #7732BD

Text Example


Text Example

White with #7732BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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