Html Css Color HEX #7421FA Blue Violet

📋 copy color: '#7421FA'

red 116 ◦ green 33 ◦ blue 250

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

Shades of Blue Violet #7421FA

Tints of Blue Violet #7421FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.66%

R = 29.07%
G = 8.27%
B = 62.66%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7421FA (or 0x7421FA) is known color: Blue Violet. HEX triplet: 74, 21 and FA. RGB value is (116,33,250). Sum of RGB (Red+Green+Blue) = 116+33+250=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #7421FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7421FA is #8BDE05. Grayscale: #515151. Windows color (decimal): -9166342 or 16392564. OLE color: 16392564.

HSL color Cylindrical-coordinate representation of color #7421FA: hue angle of 262.95º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7421FA is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 33 250 -
CMYK 0.54 0.87 0 0.02
HSL 262.95º 0.96% 0.55% -
HSV(B) 262.95º 0.87% 0.98% -
XYZ 25 11.7 91.38 -
YUV 82.56 222.5 151.86 -
System Red Green Blue C M Y K H S L
Decimal 116 33 250 0.54 0.87 0 0.02 262.95 0.96 0.55
Hex 74 21 FA 36 57 0 2 107 60 37
Octal 164 41 372 66 127 0 2 407 140 67
Binary 1110100 100001 11111010 110110 1010111 0 10 100000111 1100000 110111

Color Harmonies of #7421FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7421FA

Black with #7421FA

Text Example


Text Example

White with #7421FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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