Html Css Color HEX #7632BA Purple Heart

📋 copy color: '#7632BA'

red 118 ◦ green 50 ◦ blue 186

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

Shades of Purple Heart #7632BA

Tints of Purple Heart #7632BA

RGB

 RED value IS 118 (46.48% from 255) = 33.33%

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

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

R = 33.33%
G = 14.12%
B = 52.54%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7632BA (or 0x7632BA) is known color: Purple Heart. HEX triplet: 76, 32 and BA. RGB value is (118,50,186). Sum of RGB (Red+Green+Blue) = 118+50+186=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #7632BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7632BA is #89CD45. Grayscale: #555555. Windows color (decimal): -9030982 or 12202614. OLE color: 12202614.

HSL color Cylindrical-coordinate representation of color #7632BA: hue angle of 270º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7632BA is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 50 186 -
CMYK 0.37 0.73 0 0.27
HSL 270º 0.58% 0.46% -
HSV(B) 270º 0.73% 0.73% -
XYZ 17.47 9.68 47.4 -
YUV 85.84 184.53 150.94 -
System Red Green Blue C M Y K H S L
Decimal 118 50 186 0.37 0.73 0 0.27 270 0.58 0.46
Hex 76 32 BA 25 49 0 1B 10E 3A 2E
Octal 166 62 272 45 111 0 33 416 72 56
Binary 1110110 110010 10111010 100101 1001001 0 11011 100001110 111010 101110

Color Harmonies of #7632BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7632BA

Black with #7632BA

Text Example


Text Example

White with #7632BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,50,186); }

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

background-color css

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

 a { background-color: rgb(118,50,186); }

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

border-color css

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

 span { border-color: rgb(118,50,186); }

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