Html Css Color HEX #7F36EE Blue Violet

📋 copy color: '#7F36EE'

red 127 ◦ green 54 ◦ blue 238

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

Shades of Blue Violet #7F36EE

Tints of Blue Violet #7F36EE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.89%

 BLUE value IS 238 (93.36% from 255) = 56.8%

R = 30.31%
G = 12.89%
B = 56.8%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F36EE (or 0x7F36EE) is known color: Blue Violet. HEX triplet: 7F, 36 and EE. RGB value is (127,54,238). Sum of RGB (Red+Green+Blue) = 127+54+238=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #7F36EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F36EE is #80C911. Grayscale: #606060. Windows color (decimal): -8440082 or 15611519. OLE color: 15611519.

HSL color Cylindrical-coordinate representation of color #7F36EE: hue angle of 263.8º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F36EE is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 54 238 -
CMYK 0.47 0.77 0 0.07
HSL 263.8º 0.84% 0.57% -
HSV(B) 263.8º 0.77% 0.93% -
XYZ 25.5 13.32 82.12 -
YUV 96.8 207.68 149.54 -
System Red Green Blue C M Y K H S L
Decimal 127 54 238 0.47 0.77 0 0.07 263.8 0.84 0.57
Hex 7F 36 EE 2F 4D 0 7 108 54 39
Octal 177 66 356 57 115 0 7 410 124 71
Binary 1111111 110110 11101110 101111 1001101 0 111 100001000 1010100 111001

Color Harmonies of #7F36EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F36EE

Black with #7F36EE

Text Example


Text Example

White with #7F36EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,54,238); }

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

background-color css

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

 a { background-color: rgb(127,54,238); }

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

border-color css

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

 span { border-color: rgb(127,54,238); }

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