Html Css Color HEX #7D40FC Blue Violet

📋 copy color: '#7D40FC'

red 125 ◦ green 64 ◦ blue 252

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

Shades of Blue Violet #7D40FC

Tints of Blue Violet #7D40FC

RGB

 RED value IS 125 (49.22% from 255) = 28.34%

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

 BLUE value IS 252 (98.83% from 255) = 57.14%

R = 28.34%
G = 14.51%
B = 57.14%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D40FC (or 0x7D40FC) is known color: Blue Violet. HEX triplet: 7D, 40 and FC. RGB value is (125,64,252). Sum of RGB (Red+Green+Blue) = 125+64+252=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D40FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D40FC is #82BF03. Grayscale: #666666. Windows color (decimal): -8568580 or 16531581. OLE color: 16531581.

HSL color Cylindrical-coordinate representation of color #7D40FC: hue angle of 259.47º degrees, saturation: 0.97, 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 #7D40FC is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 64 252 -
CMYK 0.50 0.75 0 0.01
HSL 259.47º 0.97% 0.62% -
HSV(B) 259.47º 0.75% 0.99% -
XYZ 27.86 15.06 93.53 -
YUV 103.67 211.71 143.21 -
System Red Green Blue C M Y K H S L
Decimal 125 64 252 0.50 0.75 0 0.01 259.47 0.97 0.62
Hex 7D 40 FC 32 4B 0 1 103 61 3E
Octal 175 100 374 62 113 0 1 403 141 76
Binary 1111101 1000000 11111100 110010 1001011 0 1 100000011 1100001 111110

Color Harmonies of #7D40FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D40FC

Black with #7D40FC

Text Example


Text Example

White with #7D40FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D40FC; }

 p { color: rgb(125,64,252); }

 H1.HeaderClassName
 {
   color: #7D40FC;
 }
 .AnyTagClassName
 {
   color: #7D40FC;
 }
</style>

background-color css

<style>
 a { background-color: #7D40FC; }

 a { background-color: rgb(125,64,252); }

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

border-color css

<style>
 span { border-color: #7D40FC; }

 span { border-color: rgb(125,64,252); }

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