Html Css Color HEX #7C32BB Purple Heart

📋 copy color: '#7C32BB'

red 124 ◦ green 50 ◦ blue 187

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

Shades of Purple Heart #7C32BB

Tints of Purple Heart #7C32BB

RGB

 RED value IS 124 (48.83% from 255) = 34.35%

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

 BLUE value IS 187 (73.44% from 255) = 51.8%

R = 34.35%
G = 13.85%
B = 51.8%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C32BB (or 0x7C32BB) is known color: Purple Heart. HEX triplet: 7C, 32 and BB. RGB value is (124,50,187). Sum of RGB (Red+Green+Blue) = 124+50+187=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C32BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C32BB is #83CD44. Grayscale: #575757. Windows color (decimal): -8637765 or 12268156. OLE color: 12268156.

HSL color Cylindrical-coordinate representation of color #7C32BB: hue angle of 272.41º 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 #7C32BB is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 50 187 -
CMYK 0.34 0.73 0 0.27
HSL 272.41º 0.58% 0.46% -
HSV(B) 272.41º 0.73% 0.73% -
XYZ 18.42 10.15 48 -
YUV 87.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 124 50 187 0.34 0.73 0 0.27 272.41 0.58 0.46
Hex 7C 32 BB 22 49 0 1B 110 3A 2E
Octal 174 62 273 42 111 0 33 420 72 56
Binary 1111100 110010 10111011 100010 1001001 0 11011 100010000 111010 101110

Color Harmonies of #7C32BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C32BB

Black with #7C32BB

Text Example


Text Example

White with #7C32BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C32BB; }

 p { color: rgb(124,50,187); }

 H1.HeaderClassName
 {
   color: #7C32BB;
 }
 .AnyTagClassName
 {
   color: #7C32BB;
 }
</style>

background-color css

<style>
 a { background-color: #7C32BB; }

 a { background-color: rgb(124,50,187); }

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

border-color css

<style>
 span { border-color: #7C32BB; }

 span { border-color: rgb(124,50,187); }

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