Html Css Color HEX #7421EE Blue Violet

📋 copy color: '#7421EE'

red 116 ◦ green 33 ◦ blue 238

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

Shades of Blue Violet #7421EE

Tints of Blue Violet #7421EE

RGB

 RED value IS 116 (45.7% from 255) = 29.97%

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

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

R = 29.97%
G = 8.53%
B = 61.5%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7421EE (or 0x7421EE) is known color: Blue Violet. HEX triplet: 74, 21 and EE. RGB value is (116,33,238). Sum of RGB (Red+Green+Blue) = 116+33+238=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #7421EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7421EE is #8BDE11. Grayscale: #505050. Windows color (decimal): -9166354 or 15606132. OLE color: 15606132.

HSL color Cylindrical-coordinate representation of color #7421EE: hue angle of 264.29º 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 #7421EE is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 33 238 -
CMYK 0.51 0.86 0 0.07
HSL 264.29º 0.86% 0.53% -
HSV(B) 264.29º 0.86% 0.93% -
XYZ 23.18 10.97 81.79 -
YUV 81.19 216.5 152.83 -
System Red Green Blue C M Y K H S L
Decimal 116 33 238 0.51 0.86 0 0.07 264.29 0.86 0.53
Hex 74 21 EE 33 56 0 7 108 56 35
Octal 164 41 356 63 126 0 7 410 126 65
Binary 1110100 100001 11101110 110011 1010110 0 111 100001000 1010110 110101

Color Harmonies of #7421EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7421EE

Black with #7421EE

Text Example


Text Example

White with #7421EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7421EE; }

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

 H1.HeaderClassName
 {
   color: #7421EE;
 }
 .AnyTagClassName
 {
   color: #7421EE;
 }
</style>

background-color css

<style>
 a { background-color: #7421EE; }

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

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

border-color css

<style>
 span { border-color: #7421EE; }

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

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