Html Css Color HEX #7C3BBA Purple Heart

📋 copy color: '#7C3BBA'

red 124 ◦ green 59 ◦ blue 186

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

Shades of Purple Heart #7C3BBA

Tints of Purple Heart #7C3BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.99%

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

R = 33.6%
G = 15.99%
B = 50.41%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C3BBA (or 0x7C3BBA) is known color: Purple Heart. HEX triplet: 7C, 3B and BA. RGB value is (124,59,186). Sum of RGB (Red+Green+Blue) = 124+59+186=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C3BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3BBA is #83C445. Grayscale: #5C5C5C. Windows color (decimal): -8635462 or 12204924. OLE color: 12204924.

HSL color Cylindrical-coordinate representation of color #7C3BBA: hue angle of 270.71º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C3BBA is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 59 186 -
CMYK 0.33 0.68 0 0.27
HSL 270.71º 0.52% 0.48% -
HSV(B) 270.71º 0.68% 0.73% -
XYZ 18.74 10.96 47.58 -
YUV 92.91 180.53 150.17 -
System Red Green Blue C M Y K H S L
Decimal 124 59 186 0.33 0.68 0 0.27 270.71 0.52 0.48
Hex 7C 3B BA 21 44 0 1B 10F 34 30
Octal 174 73 272 41 104 0 33 417 64 60
Binary 1111100 111011 10111010 100001 1000100 0 11011 100001111 110100 110000

Color Harmonies of #7C3BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3BBA

Black with #7C3BBA

Text Example


Text Example

White with #7C3BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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