Html Css Color HEX #7C3CE8 Blue Violet

📋 copy color: '#7C3CE8'

red 124 ◦ green 60 ◦ blue 232

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

Shades of Blue Violet #7C3CE8

Tints of Blue Violet #7C3CE8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.42%

 BLUE value IS 232 (91.02% from 255) = 55.77%

R = 29.81%
G = 14.42%
B = 55.77%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7C3CE8 (or 0x7C3CE8) is known color: Blue Violet. HEX triplet: 7C, 3C and E8. RGB value is (124,60,232). Sum of RGB (Red+Green+Blue) = 124+60+232=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 232 (91.02% from 255 or 55.77% from 416); Max value from RGB is 232 - color contains mainly: blue. Hex color #7C3CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C3CE8 is #83C317. Grayscale: #626262. Windows color (decimal): -8635160 or 15219836. OLE color: 15219836.

HSL color Cylindrical-coordinate representation of color #7C3CE8: hue angle of 262.33º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C3CE8 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 124 60 232 -
CMYK 0.47 0.74 0 0.09
HSL 262.33º 0.79% 0.57% -
HSV(B) 262.33º 0.74% 0.91% -
XYZ 24.49 13.34 77.63 -
YUV 98.74 203.2 146.01 -
System Red Green Blue C M Y K H S L
Decimal 124 60 232 0.47 0.74 0 0.09 262.33 0.79 0.57
Hex 7C 3C E8 2F 4A 0 9 106 4F 39
Octal 174 74 350 57 112 0 11 406 117 71
Binary 1111100 111100 11101000 101111 1001010 0 1001 100000110 1001111 111001

Color Harmonies of #7C3CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3CE8

Black with #7C3CE8

Text Example


Text Example

White with #7C3CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,60,232); }

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

background-color css

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

 a { background-color: rgb(124,60,232); }

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

border-color css

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

 span { border-color: rgb(124,60,232); }

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