Html Css Color HEX #7C348A Vivid Violet

📋 copy color: '#7C348A'

red 124 ◦ green 52 ◦ blue 138

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

Shades of Vivid Violet #7C348A

Tints of Vivid Violet #7C348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 39.49%
G = 16.56%
B = 43.95%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C348A (or 0x7C348A) is known color: Vivid Violet. HEX triplet: 7C, 34 and 8A. RGB value is (124,52,138). Sum of RGB (Red+Green+Blue) = 124+52+138=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C348A is #83CB75. Grayscale: #535353. Windows color (decimal): -8637302 or 9057404. OLE color: 9057404.

HSL color Cylindrical-coordinate representation of color #7C348A: hue angle of 290.23º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C348A is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 52 138 -
CMYK 0.10 0.62 0 0.46
HSL 290.23º 0.45% 0.37% -
HSV(B) 290.23º 0.62% 0.54% -
XYZ 14.13 8.58 24.96 -
YUV 83.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 124 52 138 0.10 0.62 0 0.46 290.23 0.45 0.37
Hex 7C 34 8A A 3E 0 2E 122 2D 25
Octal 174 64 212 12 76 0 56 442 55 45
Binary 1111100 110100 10001010 1010 111110 0 101110 100100010 101101 100101

Color Harmonies of #7C348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C348A

Black with #7C348A

Text Example


Text Example

White with #7C348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,52,138); }

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

background-color css

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

 a { background-color: rgb(124,52,138); }

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

border-color css

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

 span { border-color: rgb(124,52,138); }

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