Html Css Color HEX #7C3DD7 Blue Violet

📋 copy color: '#7C3DD7'

red 124 ◦ green 61 ◦ blue 215

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

Shades of Blue Violet #7C3DD7

Tints of Blue Violet #7C3DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.75%

R = 31%
G = 15.25%
B = 53.75%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7C3DD7 (or 0x7C3DD7) is known color: Blue Violet. HEX triplet: 7C, 3D and D7. RGB value is (124,61,215). Sum of RGB (Red+Green+Blue) = 124+61+215=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 215 (84.38% from 255 or 53.75% from 400); Max value from RGB is 215 - color contains mainly: blue. Hex color #7C3DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3DD7 is #83C228. Grayscale: #606060. Windows color (decimal): -8634921 or 14105980. OLE color: 14105980.

HSL color Cylindrical-coordinate representation of color #7C3DD7: hue angle of 264.55º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C3DD7 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 61 215 -
CMYK 0.42 0.72 0 0.16
HSL 264.55º 0.66% 0.54% -
HSV(B) 264.55º 0.72% 0.84% -
XYZ 22.25 12.53 65.54 -
YUV 97.39 194.37 146.98 -
System Red Green Blue C M Y K H S L
Decimal 124 61 215 0.42 0.72 0 0.16 264.55 0.66 0.54
Hex 7C 3D D7 2A 48 0 10 109 42 36
Octal 174 75 327 52 110 0 20 411 102 66
Binary 1111100 111101 11010111 101010 1001000 0 10000 100001001 1000010 110110

Color Harmonies of #7C3DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3DD7

Black with #7C3DD7

Text Example


Text Example

White with #7C3DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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