Html Css Color HEX #7C3DFA Blue Violet

📋 copy color: '#7C3DFA'

red 124 ◦ green 61 ◦ blue 250

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

Shades of Blue Violet #7C3DFA

Tints of Blue Violet #7C3DFA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.02%

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 28.51%
G = 14.02%
B = 57.47%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C3DFA (or 0x7C3DFA) is known color: Blue Violet. HEX triplet: 7C, 3D and FA. RGB value is (124,61,250). Sum of RGB (Red+Green+Blue) = 124+61+250=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C3DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C3DFA is #83C205. Grayscale: #646464. Windows color (decimal): -8634886 or 16399740. OLE color: 16399740.

HSL color Cylindrical-coordinate representation of color #7C3DFA: hue angle of 260º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C3DFA is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 61 250 -
CMYK 0.50 0.76 0 0.02
HSL 260º 0.95% 0.61% -
HSV(B) 260º 0.76% 0.98% -
XYZ 27.24 14.52 91.81 -
YUV 101.38 211.87 144.13 -
System Red Green Blue C M Y K H S L
Decimal 124 61 250 0.50 0.76 0 0.02 260 0.95 0.61
Hex 7C 3D FA 32 4C 0 2 104 5F 3D
Octal 174 75 372 62 114 0 2 404 137 75
Binary 1111100 111101 11111010 110010 1001100 0 10 100000100 1011111 111101

Color Harmonies of #7C3DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3DFA

Black with #7C3DFA

Text Example


Text Example

White with #7C3DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,61,250); }

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

background-color css

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

 a { background-color: rgb(124,61,250); }

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

border-color css

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

 span { border-color: rgb(124,61,250); }

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