Html Css Color HEX #7427FA Blue Violet

📋 copy color: '#7427FA'

red 116 ◦ green 39 ◦ blue 250

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

Shades of Blue Violet #7427FA

Tints of Blue Violet #7427FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.63%

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

R = 28.64%
G = 9.63%
B = 61.73%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7427FA (or 0x7427FA) is known color: Blue Violet. HEX triplet: 74, 27 and FA. RGB value is (116,39,250). Sum of RGB (Red+Green+Blue) = 116+39+250=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #7427FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7427FA is #8BD805. Grayscale: #555555. Windows color (decimal): -9164806 or 16394100. OLE color: 16394100.

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

Color convert

RGB 116 39 250 -
CMYK 0.54 0.84 0 0.02
HSL 261.9º 0.95% 0.57% -
HSV(B) 261.9º 0.84% 0.98% -
XYZ 25.18 12.07 91.44 -
YUV 86.08 220.51 149.34 -
System Red Green Blue C M Y K H S L
Decimal 116 39 250 0.54 0.84 0 0.02 261.9 0.95 0.57
Hex 74 27 FA 36 54 0 2 106 5F 39
Octal 164 47 372 66 124 0 2 406 137 71
Binary 1110100 100111 11111010 110110 1010100 0 10 100000110 1011111 111001

Color Harmonies of #7427FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7427FA

Black with #7427FA

Text Example


Text Example

White with #7427FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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