Html Css Color HEX #7842EE Blue Violet

📋 copy color: '#7842EE'

red 120 ◦ green 66 ◦ blue 238

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

Shades of Blue Violet #7842EE

Tints of Blue Violet #7842EE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.57%

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

R = 28.3%
G = 15.57%
B = 56.13%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7842EE (or 0x7842EE) is known color: Blue Violet. HEX triplet: 78, 42 and EE. RGB value is (120,66,238). Sum of RGB (Red+Green+Blue) = 120+66+238=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #7842EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7842EE is #87BD11. Grayscale: #656565. Windows color (decimal): -8895762 or 15614584. OLE color: 15614584.

HSL color Cylindrical-coordinate representation of color #7842EE: hue angle of 258.84º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7842EE is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 66 238 -
CMYK 0.50 0.72 0 0.07
HSL 258.84º 0.83% 0.6% -
HSV(B) 258.84º 0.72% 0.93% -
XYZ 25.13 14.06 82.28 -
YUV 101.75 204.89 141.01 -
System Red Green Blue C M Y K H S L
Decimal 120 66 238 0.50 0.72 0 0.07 258.84 0.83 0.6
Hex 78 42 EE 32 48 0 7 103 53 3C
Octal 170 102 356 62 110 0 7 403 123 74
Binary 1111000 1000010 11101110 110010 1001000 0 111 100000011 1010011 111100

Color Harmonies of #7842EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7842EE

Black with #7842EE

Text Example


Text Example

White with #7842EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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