Html Css Color HEX #7F3EFC Blue Violet

📋 copy color: '#7F3EFC'

red 127 ◦ green 62 ◦ blue 252

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

Shades of Blue Violet #7F3EFC

Tints of Blue Violet #7F3EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.06%

 BLUE value IS 252 (98.83% from 255) = 57.14%

R = 28.8%
G = 14.06%
B = 57.14%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F3EFC (or 0x7F3EFC) is known color: Blue Violet. HEX triplet: 7F, 3E and FC. RGB value is (127,62,252). Sum of RGB (Red+Green+Blue) = 127+62+252=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F3EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F3EFC is #80C103. Grayscale: #666666. Windows color (decimal): -8438020 or 16531071. OLE color: 16531071.

HSL color Cylindrical-coordinate representation of color #7F3EFC: hue angle of 260.53º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F3EFC is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 62 252 -
CMYK 0.50 0.75 0 0.01
HSL 260.53º 0.97% 0.62% -
HSV(B) 260.53º 0.75% 0.99% -
XYZ 28.05 14.99 93.51 -
YUV 103.1 212.03 145.05 -
System Red Green Blue C M Y K H S L
Decimal 127 62 252 0.50 0.75 0 0.01 260.53 0.97 0.62
Hex 7F 3E FC 32 4B 0 1 105 61 3E
Octal 177 76 374 62 113 0 1 405 141 76
Binary 1111111 111110 11111100 110010 1001011 0 1 100000101 1100001 111110

Color Harmonies of #7F3EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3EFC

Black with #7F3EFC

Text Example


Text Example

White with #7F3EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,62,252); }

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

background-color css

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

 a { background-color: rgb(127,62,252); }

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

border-color css

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

 span { border-color: rgb(127,62,252); }

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