Html Css Color HEX #7C38BA Purple Heart

📋 copy color: '#7C38BA'

red 124 ◦ green 56 ◦ blue 186

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

Shades of Purple Heart #7C38BA

Tints of Purple Heart #7C38BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.3%

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

R = 33.88%
G = 15.3%
B = 50.82%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C38BA (or 0x7C38BA) is known color: Purple Heart. HEX triplet: 7C, 38 and BA. RGB value is (124,56,186). Sum of RGB (Red+Green+Blue) = 124+56+186=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C38BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C38BA is #83C745. Grayscale: #5A5A5A. Windows color (decimal): -8636230 or 12204156. OLE color: 12204156.

HSL color Cylindrical-coordinate representation of color #7C38BA: hue angle of 271.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C38BA is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 56 186 -
CMYK 0.33 0.70 0 0.27
HSL 271.38º 0.54% 0.47% -
HSV(B) 271.38º 0.7% 0.73% -
XYZ 18.59 10.66 47.53 -
YUV 91.15 181.53 151.43 -
System Red Green Blue C M Y K H S L
Decimal 124 56 186 0.33 0.70 0 0.27 271.38 0.54 0.47
Hex 7C 38 BA 21 46 0 1B 10F 36 2F
Octal 174 70 272 41 106 0 33 417 66 57
Binary 1111100 111000 10111010 100001 1000110 0 11011 100001111 110110 101111

Color Harmonies of #7C38BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C38BA

Black with #7C38BA

Text Example


Text Example

White with #7C38BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,56,186); }

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

background-color css

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

 a { background-color: rgb(124,56,186); }

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

border-color css

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

 span { border-color: rgb(124,56,186); }

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