Html Css Color HEX #7621F1 Blue Violet

📋 copy color: '#7621F1'

red 118 ◦ green 33 ◦ blue 241

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

Shades of Blue Violet #7621F1

Tints of Blue Violet #7621F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.48%

R = 30.1%
G = 8.42%
B = 61.48%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7621F1 (or 0x7621F1) is known color: Blue Violet. HEX triplet: 76, 21 and F1. RGB value is (118,33,241). Sum of RGB (Red+Green+Blue) = 118+33+241=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #7621F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7621F1 is #89DE0E. Grayscale: #515151. Windows color (decimal): -9035279 or 15802742. OLE color: 15802742.

HSL color Cylindrical-coordinate representation of color #7621F1: hue angle of 264.52º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7621F1 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 33 241 -
CMYK 0.51 0.86 0 0.05
HSL 264.52º 0.88% 0.54% -
HSV(B) 264.52º 0.86% 0.95% -
XYZ 23.89 11.29 84.14 -
YUV 82.13 217.66 153.59 -
System Red Green Blue C M Y K H S L
Decimal 118 33 241 0.51 0.86 0 0.05 264.52 0.88 0.54
Hex 76 21 F1 33 56 0 5 109 58 36
Octal 166 41 361 63 126 0 5 411 130 66
Binary 1110110 100001 11110001 110011 1010110 0 101 100001001 1011000 110110

Color Harmonies of #7621F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7621F1

Black with #7621F1

Text Example


Text Example

White with #7621F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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