Html Css Color HEX #7824FA Blue Violet

📋 copy color: '#7824FA'

red 120 ◦ green 36 ◦ blue 250

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

Shades of Blue Violet #7824FA

Tints of Blue Violet #7824FA

RGB

 RED value IS 120 (47.27% from 255) = 29.56%

 GREEN value IS 36 (14.45% from 255) = 8.87%

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

R = 29.56%
G = 8.87%
B = 61.58%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7824FA (or 0x7824FA) is known color: Blue Violet. HEX triplet: 78, 24 and FA. RGB value is (120,36,250). Sum of RGB (Red+Green+Blue) = 120+36+250=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #7824FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7824FA is #87DB05. Grayscale: #545454. Windows color (decimal): -8903430 or 16393336. OLE color: 16393336.

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

Color convert

RGB 120 36 250 -
CMYK 0.52 0.86 0 0.02
HSL 263.55º 0.96% 0.56% -
HSV(B) 263.55º 0.86% 0.98% -
XYZ 25.63 12.16 91.44 -
YUV 85.51 220.83 152.6 -
System Red Green Blue C M Y K H S L
Decimal 120 36 250 0.52 0.86 0 0.02 263.55 0.96 0.56
Hex 78 24 FA 34 56 0 2 108 60 38
Octal 170 44 372 64 126 0 2 410 140 70
Binary 1111000 100100 11111010 110100 1010110 0 10 100001000 1100000 111000

Color Harmonies of #7824FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7824FA

Black with #7824FA

Text Example


Text Example

White with #7824FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,36,250); }

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

background-color css

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

 a { background-color: rgb(120,36,250); }

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

border-color css

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

 span { border-color: rgb(120,36,250); }

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