Html Css Color HEX #7825FF Blue Violet

📋 copy color: '#7825FF'

red 120 ◦ green 37 ◦ blue 255

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

Shades of Blue Violet #7825FF

Tints of Blue Violet #7825FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.89%

R = 29.13%
G = 8.98%
B = 61.89%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7825FF (or 0x7825FF) is known color: Blue Violet. HEX triplet: 78, 25 and FF. RGB value is (120,37,255). Sum of RGB (Red+Green+Blue) = 120+37+255=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #7825FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7825FF is #87DA00. Grayscale: #555555. Windows color (decimal): -8903169 or 16721272. OLE color: 16721272.

HSL color Cylindrical-coordinate representation of color #7825FF: hue angle of 262.84º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7825FF is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 37 255 -
CMYK 0.53 0.85 0 0
HSL 262.84º 1% 0.57% -
HSV(B) 262.84º 0.85% 1% -
XYZ 26.46 12.54 95.63 -
YUV 86.67 223 151.77 -
System Red Green Blue C M Y K H S L
Decimal 120 37 255 0.53 0.85 0 0 262.84 1 0.57
Hex 78 25 FF 35 55 0 0 107 64 39
Octal 170 45 377 65 125 0 0 407 144 71
Binary 1111000 100101 11111111 110101 1010101 0 0 100000111 1100100 111001

Color Harmonies of #7825FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7825FF

Black with #7825FF

Text Example


Text Example

White with #7825FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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