Html Css Color HEX #7F46CF Blue Violet

📋 copy color: '#7F46CF'

red 127 ◦ green 70 ◦ blue 207

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

Shades of Blue Violet #7F46CF

Tints of Blue Violet #7F46CF

RGB

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

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

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

R = 31.44%
G = 17.33%
B = 51.24%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F46CF (or 0x7F46CF) is known color: Blue Violet. HEX triplet: 7F, 46 and CF. RGB value is (127,70,207). Sum of RGB (Red+Green+Blue) = 127+70+207=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F46CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F46CF is #80B930. Grayscale: #666666. Windows color (decimal): -8436017 or 13583999. OLE color: 13583999.

HSL color Cylindrical-coordinate representation of color #7F46CF: hue angle of 264.96º degrees, saturation: 0.59, 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 #7F46CF is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 70 207 -
CMYK 0.39 0.66 0 0.19
HSL 264.96º 0.59% 0.54% -
HSV(B) 264.96º 0.66% 0.81% -
XYZ 22.21 13.4 60.45 -
YUV 102.66 186.88 145.36 -
System Red Green Blue C M Y K H S L
Decimal 127 70 207 0.39 0.66 0 0.19 264.96 0.59 0.54
Hex 7F 46 CF 27 42 0 13 109 3B 36
Octal 177 106 317 47 102 0 23 411 73 66
Binary 1111111 1000110 11001111 100111 1000010 0 10011 100001001 111011 110110

Color Harmonies of #7F46CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F46CF

Black with #7F46CF

Text Example


Text Example

White with #7F46CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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