Html Css Color HEX #7C38F1 Blue Violet

📋 copy color: '#7C38F1'

red 124 ◦ green 56 ◦ blue 241

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

Shades of Blue Violet #7C38F1

Tints of Blue Violet #7C38F1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.3%

 BLUE value IS 241 (94.53% from 255) = 57.24%

R = 29.45%
G = 13.3%
B = 57.24%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7C38F1 (or 0x7C38F1) is known color: Blue Violet. HEX triplet: 7C, 38 and F1. RGB value is (124,56,241). Sum of RGB (Red+Green+Blue) = 124+56+241=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C38F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C38F1 is #83C70E. Grayscale: #606060. Windows color (decimal): -8636175 or 15808636. OLE color: 15808636.

HSL color Cylindrical-coordinate representation of color #7C38F1: hue angle of 262.05º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C38F1 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 56 241 -
CMYK 0.49 0.77 0 0.05
HSL 262.05º 0.87% 0.58% -
HSV(B) 262.05º 0.77% 0.95% -
XYZ 25.6 13.46 84.47 -
YUV 97.42 209.03 146.96 -
System Red Green Blue C M Y K H S L
Decimal 124 56 241 0.49 0.77 0 0.05 262.05 0.87 0.58
Hex 7C 38 F1 31 4D 0 5 106 57 3A
Octal 174 70 361 61 115 0 5 406 127 72
Binary 1111100 111000 11110001 110001 1001101 0 101 100000110 1010111 111010

Color Harmonies of #7C38F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C38F1

Black with #7C38F1

Text Example


Text Example

White with #7C38F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,56,241); }

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

background-color css

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

 a { background-color: rgb(124,56,241); }

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

border-color css

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

 span { border-color: rgb(124,56,241); }

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