Html Css Color HEX #7C27EB Blue Violet

📋 copy color: '#7C27EB'

red 124 ◦ green 39 ◦ blue 235

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

Shades of Blue Violet #7C27EB

Tints of Blue Violet #7C27EB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.8%

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

R = 31.16%
G = 9.8%
B = 59.05%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C27EB (or 0x7C27EB) is known color: Blue Violet. HEX triplet: 7C, 27 and EB. RGB value is (124,39,235). Sum of RGB (Red+Green+Blue) = 124+39+235=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C27EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C27EB is #83D814. Grayscale: #565656. Windows color (decimal): -8640533 or 15411068. OLE color: 15411068.

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

Color convert

RGB 124 39 235 -
CMYK 0.47 0.83 0 0.08
HSL 266.02º 0.83% 0.54% -
HSV(B) 266.02º 0.83% 0.92% -
XYZ 24.03 11.73 79.6 -
YUV 86.76 211.66 154.56 -
System Red Green Blue C M Y K H S L
Decimal 124 39 235 0.47 0.83 0 0.08 266.02 0.83 0.54
Hex 7C 27 EB 2F 53 0 8 10A 53 36
Octal 174 47 353 57 123 0 10 412 123 66
Binary 1111100 100111 11101011 101111 1010011 0 1000 100001010 1010011 110110

Color Harmonies of #7C27EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C27EB

Black with #7C27EB

Text Example


Text Example

White with #7C27EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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