Html Css Color HEX #7825EF Blue Violet

📋 copy color: '#7825EF'

red 120 ◦ green 37 ◦ blue 239

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

Shades of Blue Violet #7825EF

Tints of Blue Violet #7825EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.35%

R = 30.3%
G = 9.34%
B = 60.35%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7825EF (or 0x7825EF) is known color: Blue Violet. HEX triplet: 78, 25 and EF. RGB value is (120,37,239). Sum of RGB (Red+Green+Blue) = 120+37+239=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #7825EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7825EF is #87DA10. Grayscale: #545454. Windows color (decimal): -8903185 or 15672696. OLE color: 15672696.

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

Color convert

RGB 120 37 239 -
CMYK 0.50 0.85 0 0.06
HSL 264.65º 0.86% 0.54% -
HSV(B) 264.65º 0.85% 0.94% -
XYZ 23.99 11.55 82.63 -
YUV 84.85 215 153.07 -
System Red Green Blue C M Y K H S L
Decimal 120 37 239 0.50 0.85 0 0.06 264.65 0.86 0.54
Hex 78 25 EF 32 55 0 6 109 56 36
Octal 170 45 357 62 125 0 6 411 126 66
Binary 1111000 100101 11101111 110010 1010101 0 110 100001001 1010110 110110

Color Harmonies of #7825EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7825EF

Black with #7825EF

Text Example


Text Example

White with #7825EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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