Html Css Color HEX #7E41CF Blue Violet

📋 copy color: '#7E41CF'

red 126 ◦ green 65 ◦ blue 207

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

Shades of Blue Violet #7E41CF

Tints of Blue Violet #7E41CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.33%

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

R = 31.66%
G = 16.33%
B = 52.01%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E41CF (or 0x7E41CF) is known color: Blue Violet. HEX triplet: 7E, 41 and CF. RGB value is (126,65,207). Sum of RGB (Red+Green+Blue) = 126+65+207=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E41CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E41CF is #81BE30. Grayscale: #626262. Windows color (decimal): -8502833 or 13582718. OLE color: 13582718.

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

Color convert

RGB 126 65 207 -
CMYK 0.39 0.69 0 0.19
HSL 265.77º 0.6% 0.53% -
HSV(B) 265.77º 0.69% 0.81% -
XYZ 21.76 12.72 60.34 -
YUV 99.43 188.71 146.95 -
System Red Green Blue C M Y K H S L
Decimal 126 65 207 0.39 0.69 0 0.19 265.77 0.6 0.53
Hex 7E 41 CF 27 45 0 13 10A 3C 35
Octal 176 101 317 47 105 0 23 412 74 65
Binary 1111110 1000001 11001111 100111 1000101 0 10011 100001010 111100 110101

Color Harmonies of #7E41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E41CF

Black with #7E41CF

Text Example


Text Example

White with #7E41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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