Html Css Color HEX #7F46CE Blue Violet

📋 copy color: '#7F46CE'

red 127 ◦ green 70 ◦ blue 206

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

Shades of Blue Violet #7F46CE

Tints of Blue Violet #7F46CE

RGB

 RED value IS 127 (50% from 255) = 31.51%

 GREEN value IS 70 (27.73% from 255) = 17.37%

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 31.51%
G = 17.37%
B = 51.12%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F46CE (or 0x7F46CE) is known color: Blue Violet. HEX triplet: 7F, 46 and CE. RGB value is (127,70,206). Sum of RGB (Red+Green+Blue) = 127+70+206=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F46CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F46CE is #80B931. Grayscale: #666666. Windows color (decimal): -8436018 or 13518463. OLE color: 13518463.

HSL color Cylindrical-coordinate representation of color #7F46CE: hue angle of 265.15º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F46CE is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 70 206 -
CMYK 0.38 0.66 0 0.19
HSL 265.15º 0.58% 0.54% -
HSV(B) 265.15º 0.66% 0.81% -
XYZ 22.08 13.35 59.81 -
YUV 102.55 186.38 145.44 -
System Red Green Blue C M Y K H S L
Decimal 127 70 206 0.38 0.66 0 0.19 265.15 0.58 0.54
Hex 7F 46 CE 26 42 0 13 109 3A 36
Octal 177 106 316 46 102 0 23 411 72 66
Binary 1111111 1000110 11001110 100110 1000010 0 10011 100001001 111010 110110

Color Harmonies of #7F46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F46CE

Black with #7F46CE

Text Example


Text Example

White with #7F46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,70,206); }

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

background-color css

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

 a { background-color: rgb(127,70,206); }

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

border-color css

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

 span { border-color: rgb(127,70,206); }

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