Html Css Color HEX #7621FA Blue Violet

📋 copy color: '#7621FA'

red 118 ◦ green 33 ◦ blue 250

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

Shades of Blue Violet #7621FA

Tints of Blue Violet #7621FA

RGB

 RED value IS 118 (46.48% from 255) = 29.43%

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

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

R = 29.43%
G = 8.23%
B = 62.34%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7621FA (or 0x7621FA) is known color: Blue Violet. HEX triplet: 76, 21 and FA. RGB value is (118,33,250). Sum of RGB (Red+Green+Blue) = 118+33+250=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #7621FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7621FA is #89DE05. Grayscale: #525252. Windows color (decimal): -9035270 or 16392566. OLE color: 16392566.

HSL color Cylindrical-coordinate representation of color #7621FA: hue angle of 263.5º 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 #7621FA is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 33 250 -
CMYK 0.53 0.87 0 0.02
HSL 263.5º 0.96% 0.55% -
HSV(B) 263.5º 0.87% 0.98% -
XYZ 25.27 11.84 91.4 -
YUV 83.15 222.16 152.86 -
System Red Green Blue C M Y K H S L
Decimal 118 33 250 0.53 0.87 0 0.02 263.5 0.96 0.55
Hex 76 21 FA 35 57 0 2 108 60 37
Octal 166 41 372 65 127 0 2 410 140 67
Binary 1110110 100001 11111010 110101 1010111 0 10 100001000 1100000 110111

Color Harmonies of #7621FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7621FA

Black with #7621FA

Text Example


Text Example

White with #7621FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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