Html Css Color HEX #7825EE Blue Violet

📋 copy color: '#7825EE'

red 120 ◦ green 37 ◦ blue 238

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

Shades of Blue Violet #7825EE

Tints of Blue Violet #7825EE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.37%

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

R = 30.38%
G = 9.37%
B = 60.25%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7825EE (or 0x7825EE) is known color: Blue Violet. HEX triplet: 78, 25 and EE. RGB value is (120,37,238). Sum of RGB (Red+Green+Blue) = 120+37+238=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #7825EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7825EE is #87DA11. Grayscale: #545454. Windows color (decimal): -8903186 or 15607160. OLE color: 15607160.

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

Color convert

RGB 120 37 238 -
CMYK 0.50 0.84 0 0.07
HSL 264.78º 0.86% 0.54% -
HSV(B) 264.78º 0.84% 0.93% -
XYZ 23.84 11.49 81.85 -
YUV 84.73 214.5 153.16 -
System Red Green Blue C M Y K H S L
Decimal 120 37 238 0.50 0.84 0 0.07 264.78 0.86 0.54
Hex 78 25 EE 32 54 0 7 109 56 36
Octal 170 45 356 62 124 0 7 411 126 66
Binary 1111000 100101 11101110 110010 1010100 0 111 100001001 1010110 110110

Color Harmonies of #7825EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7825EE

Black with #7825EE

Text Example


Text Example

White with #7825EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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