Html Css Color HEX #7825DA Blue Violet

📋 copy color: '#7825DA'

red 120 ◦ green 37 ◦ blue 218

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

Shades of Blue Violet #7825DA

Tints of Blue Violet #7825DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.13%

R = 32%
G = 9.87%
B = 58.13%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7825DA (or 0x7825DA) is known color: Blue Violet. HEX triplet: 78, 25 and DA. RGB value is (120,37,218). Sum of RGB (Red+Green+Blue) = 120+37+218=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #7825DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7825DA is #87DA25. Grayscale: #515151. Windows color (decimal): -8903206 or 14296440. OLE color: 14296440.

HSL color Cylindrical-coordinate representation of color #7825DA: hue angle of 267.51º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7825DA is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 37 218 -
CMYK 0.45 0.83 0 0.15
HSL 267.51º 0.71% 0.5% -
HSV(B) 267.51º 0.83% 0.85% -
XYZ 21.06 10.38 67.22 -
YUV 82.45 204.5 154.78 -
System Red Green Blue C M Y K H S L
Decimal 120 37 218 0.45 0.83 0 0.15 267.51 0.71 0.5
Hex 78 25 DA 2D 53 0 F 10C 47 32
Octal 170 45 332 55 123 0 17 414 107 62
Binary 1111000 100101 11011010 101101 1010011 0 1111 100001100 1000111 110010

Color Harmonies of #7825DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7825DA

Black with #7825DA

Text Example


Text Example

White with #7825DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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