Html Css Color HEX #7F21EE Blue Violet

📋 copy color: '#7F21EE'

red 127 ◦ green 33 ◦ blue 238

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

Shades of Blue Violet #7F21EE

Tints of Blue Violet #7F21EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.29%

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

R = 31.91%
G = 8.29%
B = 59.8%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F21EE (or 0x7F21EE) is known color: Blue Violet. HEX triplet: 7F, 21 and EE. RGB value is (127,33,238). Sum of RGB (Red+Green+Blue) = 127+33+238=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #7F21EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F21EE is #80DE11. Grayscale: #535353. Windows color (decimal): -8445458 or 15606143. OLE color: 15606143.

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

Color convert

RGB 127 33 238 -
CMYK 0.47 0.86 0 0.07
HSL 267.51º 0.86% 0.53% -
HSV(B) 267.51º 0.86% 0.93% -
XYZ 24.73 11.77 81.86 -
YUV 84.48 214.64 158.33 -
System Red Green Blue C M Y K H S L
Decimal 127 33 238 0.47 0.86 0 0.07 267.51 0.86 0.53
Hex 7F 21 EE 2F 56 0 7 10C 56 35
Octal 177 41 356 57 126 0 7 414 126 65
Binary 1111111 100001 11101110 101111 1010110 0 111 100001100 1010110 110101

Color Harmonies of #7F21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F21EE

Black with #7F21EE

Text Example


Text Example

White with #7F21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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