Html Css Color HEX #7C2AEB Blue Violet

📋 copy color: '#7C2AEB'

red 124 ◦ green 42 ◦ blue 235

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

Shades of Blue Violet #7C2AEB

Tints of Blue Violet #7C2AEB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.47%

 BLUE value IS 235 (92.19% from 255) = 58.6%

R = 30.92%
G = 10.47%
B = 58.6%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C2AEB (or 0x7C2AEB) is known color: Blue Violet. HEX triplet: 7C, 2A and EB. RGB value is (124,42,235). Sum of RGB (Red+Green+Blue) = 124+42+235=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C2AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C2AEB is #83D514. Grayscale: #575757. Windows color (decimal): -8639765 or 15411836. OLE color: 15411836.

HSL color Cylindrical-coordinate representation of color #7C2AEB: hue angle of 265.49º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C2AEB is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 42 235 -
CMYK 0.47 0.82 0 0.08
HSL 265.49º 0.83% 0.54% -
HSV(B) 265.49º 0.82% 0.92% -
XYZ 24.14 11.94 79.63 -
YUV 88.52 210.67 153.31 -
System Red Green Blue C M Y K H S L
Decimal 124 42 235 0.47 0.82 0 0.08 265.49 0.83 0.54
Hex 7C 2A EB 2F 52 0 8 109 53 36
Octal 174 52 353 57 122 0 10 411 123 66
Binary 1111100 101010 11101011 101111 1010010 0 1000 100001001 1010011 110110

Color Harmonies of #7C2AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2AEB

Black with #7C2AEB

Text Example


Text Example

White with #7C2AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,42,235); }

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

background-color css

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

 a { background-color: rgb(124,42,235); }

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

border-color css

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

 span { border-color: rgb(124,42,235); }

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