Html Css Color HEX #7830EE Blue Violet

📋 copy color: '#7830EE'

red 120 ◦ green 48 ◦ blue 238

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

Shades of Blue Violet #7830EE

Tints of Blue Violet #7830EE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.82%

 BLUE value IS 238 (93.36% from 255) = 58.62%

R = 29.56%
G = 11.82%
B = 58.62%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7830EE (or 0x7830EE) is known color: Blue Violet. HEX triplet: 78, 30 and EE. RGB value is (120,48,238). Sum of RGB (Red+Green+Blue) = 120+48+238=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #7830EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7830EE is #87CF11. Grayscale: #5A5A5A. Windows color (decimal): -8900370 or 15609976. OLE color: 15609976.

HSL color Cylindrical-coordinate representation of color #7830EE: hue angle of 262.74º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7830EE is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 48 238 -
CMYK 0.50 0.80 0 0.07
HSL 262.74º 0.85% 0.56% -
HSV(B) 262.74º 0.8% 0.93% -
XYZ 24.24 12.28 81.98 -
YUV 91.19 210.85 148.55 -
System Red Green Blue C M Y K H S L
Decimal 120 48 238 0.50 0.80 0 0.07 262.74 0.85 0.56
Hex 78 30 EE 32 50 0 7 107 55 38
Octal 170 60 356 62 120 0 7 407 125 70
Binary 1111000 110000 11101110 110010 1010000 0 111 100000111 1010101 111000

Color Harmonies of #7830EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7830EE

Black with #7830EE

Text Example


Text Example

White with #7830EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7830EE; }

 p { color: rgb(120,48,238); }

 H1.HeaderClassName
 {
   color: #7830EE;
 }
 .AnyTagClassName
 {
   color: #7830EE;
 }
</style>

background-color css

<style>
 a { background-color: #7830EE; }

 a { background-color: rgb(120,48,238); }

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

border-color css

<style>
 span { border-color: #7830EE; }

 span { border-color: rgb(120,48,238); }

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