Html Css Color HEX #7E3CCF Blue Violet

📋 copy color: '#7E3CCF'

red 126 ◦ green 60 ◦ blue 207

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

Shades of Blue Violet #7E3CCF

Tints of Blue Violet #7E3CCF

RGB

 RED value IS 126 (49.61% from 255) = 32.06%

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

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 32.06%
G = 15.27%
B = 52.67%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E3CCF (or 0x7E3CCF) is known color: Blue Violet. HEX triplet: 7E, 3C and CF. RGB value is (126,60,207). Sum of RGB (Red+Green+Blue) = 126+60+207=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E3CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3CCF is #81C330. Grayscale: #5F5F5F. Windows color (decimal): -8504113 or 13581438. OLE color: 13581438.

HSL color Cylindrical-coordinate representation of color #7E3CCF: hue angle of 266.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E3CCF is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 60 207 -
CMYK 0.39 0.71 0 0.19
HSL 266.94º 0.6% 0.52% -
HSV(B) 266.94º 0.71% 0.81% -
XYZ 21.48 12.17 60.25 -
YUV 96.49 190.37 149.05 -
System Red Green Blue C M Y K H S L
Decimal 126 60 207 0.39 0.71 0 0.19 266.94 0.6 0.52
Hex 7E 3C CF 27 47 0 13 10B 3C 34
Octal 176 74 317 47 107 0 23 413 74 64
Binary 1111110 111100 11001111 100111 1000111 0 10011 100001011 111100 110100

Color Harmonies of #7E3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3CCF

Black with #7E3CCF

Text Example


Text Example

White with #7E3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,60,207); }

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

background-color css

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

 a { background-color: rgb(126,60,207); }

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

border-color css

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

 span { border-color: rgb(126,60,207); }

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