Html Css Color HEX #7C3CC0 Purple Heart

📋 copy color: '#7C3CC0'

red 124 ◦ green 60 ◦ blue 192

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

Shades of Purple Heart #7C3CC0

Tints of Purple Heart #7C3CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.96%

 BLUE value IS 192 (75.39% from 255) = 51.06%

R = 32.98%
G = 15.96%
B = 51.06%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C3CC0 (or 0x7C3CC0) is known color: Purple Heart. HEX triplet: 7C, 3C and C0. RGB value is (124,60,192). Sum of RGB (Red+Green+Blue) = 124+60+192=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #7C3CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3CC0 is #83C33F. Grayscale: #5D5D5D. Windows color (decimal): -8635200 or 12598396. OLE color: 12598396.

HSL color Cylindrical-coordinate representation of color #7C3CC0: hue angle of 269.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C3CC0 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 60 192 -
CMYK 0.35 0.69 0 0.25
HSL 269.09º 0.52% 0.49% -
HSV(B) 269.09º 0.69% 0.75% -
XYZ 19.44 11.32 51.03 -
YUV 94.18 183.2 149.27 -
System Red Green Blue C M Y K H S L
Decimal 124 60 192 0.35 0.69 0 0.25 269.09 0.52 0.49
Hex 7C 3C C0 23 45 0 19 10D 34 31
Octal 174 74 300 43 105 0 31 415 64 61
Binary 1111100 111100 11000000 100011 1000101 0 11001 100001101 110100 110001

Color Harmonies of #7C3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3CC0

Black with #7C3CC0

Text Example


Text Example

White with #7C3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,60,192); }

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

background-color css

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

 a { background-color: rgb(124,60,192); }

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

border-color css

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

 span { border-color: rgb(124,60,192); }

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