Html Css Color HEX #7422F1 Blue Violet

📋 copy color: '#7422F1'

red 116 ◦ green 34 ◦ blue 241

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

Shades of Blue Violet #7422F1

Tints of Blue Violet #7422F1

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.7%

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

R = 29.67%
G = 8.7%
B = 61.64%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7422F1 (or 0x7422F1) is known color: Blue Violet. HEX triplet: 74, 22 and F1. RGB value is (116,34,241). Sum of RGB (Red+Green+Blue) = 116+34+241=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #7422F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7422F1 is #8BDD0E. Grayscale: #515151. Windows color (decimal): -9166095 or 15802996. OLE color: 15802996.

HSL color Cylindrical-coordinate representation of color #7422F1: hue angle of 263.77º 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 #7422F1 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 34 241 -
CMYK 0.52 0.86 0 0.05
HSL 263.77º 0.88% 0.54% -
HSV(B) 263.77º 0.86% 0.95% -
XYZ 23.65 11.21 84.14 -
YUV 82.12 217.67 152.17 -
System Red Green Blue C M Y K H S L
Decimal 116 34 241 0.52 0.86 0 0.05 263.77 0.88 0.54
Hex 74 22 F1 34 56 0 5 108 58 36
Octal 164 42 361 64 126 0 5 410 130 66
Binary 1110100 100010 11110001 110100 1010110 0 101 100001000 1011000 110110

Color Harmonies of #7422F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7422F1

Black with #7422F1

Text Example


Text Example

White with #7422F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,34,241); }

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

background-color css

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

 a { background-color: rgb(116,34,241); }

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

border-color css

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

 span { border-color: rgb(116,34,241); }

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