Html Css Color HEX #7C288E Vivid Violet

📋 copy color: '#7C288E'

red 124 ◦ green 40 ◦ blue 142

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

Shades of Vivid Violet #7C288E

Tints of Vivid Violet #7C288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

 BLUE value IS 142 (55.86% from 255) = 46.41%

R = 40.52%
G = 13.07%
B = 46.41%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7C288E (or 0x7C288E) is known color: Vivid Violet. HEX triplet: 7C, 28 and 8E. RGB value is (124,40,142). Sum of RGB (Red+Green+Blue) = 124+40+142=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C288E is #83D771. Grayscale: #4C4C4C. Windows color (decimal): -8640370 or 9316476. OLE color: 9316476.

HSL color Cylindrical-coordinate representation of color #7C288E: hue angle of 289.41º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C288E is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 124 40 142 -
CMYK 0.13 0.72 0 0.44
HSL 289.41º 0.56% 0.36% -
HSV(B) 289.41º 0.72% 0.56% -
XYZ 13.95 7.76 26.35 -
YUV 76.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 124 40 142 0.13 0.72 0 0.44 289.41 0.56 0.36
Hex 7C 28 8E D 48 0 2C 121 38 24
Octal 174 50 216 15 110 0 54 441 70 44
Binary 1111100 101000 10001110 1101 1001000 0 101100 100100001 111000 100100

Color Harmonies of #7C288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C288E

Black with #7C288E

Text Example


Text Example

White with #7C288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,40,142); }

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

background-color css

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

 a { background-color: rgb(124,40,142); }

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

border-color css

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

 span { border-color: rgb(124,40,142); }

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