Html Css Color HEX #7840FD Blue Violet

📋 copy color: '#7840FD'

red 120 ◦ green 64 ◦ blue 253

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

Shades of Blue Violet #7840FD

Tints of Blue Violet #7840FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.65%

 BLUE value IS 253 (99.22% from 255) = 57.89%

R = 27.46%
G = 14.65%
B = 57.89%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7840FD (or 0x7840FD) is known color: Blue Violet. HEX triplet: 78, 40 and FD. RGB value is (120,64,253). Sum of RGB (Red+Green+Blue) = 120+64+253=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #7840FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7840FD is #87BF02. Grayscale: #656565. Windows color (decimal): -8896259 or 16597112. OLE color: 16597112.

HSL color Cylindrical-coordinate representation of color #7840FD: hue angle of 257.78º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7840FD is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 64 253 -
CMYK 0.53 0.75 0 0.01
HSL 257.78º 0.98% 0.62% -
HSV(B) 257.78º 0.75% 0.99% -
XYZ 27.31 14.75 94.34 -
YUV 102.29 213.05 140.63 -
System Red Green Blue C M Y K H S L
Decimal 120 64 253 0.53 0.75 0 0.01 257.78 0.98 0.62
Hex 78 40 FD 35 4B 0 1 102 62 3E
Octal 170 100 375 65 113 0 1 402 142 76
Binary 1111000 1000000 11111101 110101 1001011 0 1 100000010 1100010 111110

Color Harmonies of #7840FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7840FD

Black with #7840FD

Text Example


Text Example

White with #7840FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7840FD; }

 p { color: rgb(120,64,253); }

 H1.HeaderClassName
 {
   color: #7840FD;
 }
 .AnyTagClassName
 {
   color: #7840FD;
 }
</style>

background-color css

<style>
 a { background-color: #7840FD; }

 a { background-color: rgb(120,64,253); }

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

border-color css

<style>
 span { border-color: #7840FD; }

 span { border-color: rgb(120,64,253); }

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