Html Css Color HEX #7C1A9B Vivid Violet

📋 copy color: '#7C1A9B'

red 124 ◦ green 26 ◦ blue 155

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

Shades of Vivid Violet #7C1A9B

Tints of Vivid Violet #7C1A9B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.52%

 BLUE value IS 155 (60.94% from 255) = 50.82%

R = 40.66%
G = 8.52%
B = 50.82%

CMYK

 C value IS 0.2

 M value IS 0.83

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7C1A9B (or 0x7C1A9B) is known color: Vivid Violet. HEX triplet: 7C, 1A and 9B. RGB value is (124,26,155). Sum of RGB (Red+Green+Blue) = 124+26+155=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C1A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1A9B is #83E564. Grayscale: #454545. Windows color (decimal): -8643941 or 10164860. OLE color: 10164860.

HSL color Cylindrical-coordinate representation of color #7C1A9B: hue angle of 285.58º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1A9B is Cyan = 0.2, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 26 155 -
CMYK 0.2 0.83 0 0.39
HSL 285.58º 0.71% 0.35% -
HSV(B) 285.58º 0.83% 0.61% -
XYZ 14.6 7.39 31.67 -
YUV 70.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 124 26 155 0.2 0.83 0 0.39 285.58 0.71 0.35
Hex 7C 1A 9B 14 53 0 27 11E 47 23
Octal 174 32 233 24 123 0 47 436 107 43
Binary 1111100 11010 10011011 10100 1010011 0 100111 100011110 1000111 100011

Color Harmonies of #7C1A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1A9B

Black with #7C1A9B

Text Example


Text Example

White with #7C1A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,26,155); }

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

background-color css

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

 a { background-color: rgb(124,26,155); }

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

border-color css

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

 span { border-color: rgb(124,26,155); }

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