Html Css Color HEX #7D3EFB Blue Violet

📋 copy color: '#7D3EFB'

red 125 ◦ green 62 ◦ blue 251

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

Shades of Blue Violet #7D3EFB

Tints of Blue Violet #7D3EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.16%

 BLUE value IS 251 (98.44% from 255) = 57.31%

R = 28.54%
G = 14.16%
B = 57.31%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D3EFB (or 0x7D3EFB) is known color: Blue Violet. HEX triplet: 7D, 3E and FB. RGB value is (125,62,251). Sum of RGB (Red+Green+Blue) = 125+62+251=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D3EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3EFB is #82C104. Grayscale: #656565. Windows color (decimal): -8569093 or 16465533. OLE color: 16465533.

HSL color Cylindrical-coordinate representation of color #7D3EFB: hue angle of 260º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D3EFB is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 62 251 -
CMYK 0.50 0.75 0 0.02
HSL 260º 0.96% 0.61% -
HSV(B) 260º 0.75% 0.98% -
XYZ 27.59 14.77 92.66 -
YUV 102.38 211.87 144.13 -
System Red Green Blue C M Y K H S L
Decimal 125 62 251 0.50 0.75 0 0.02 260 0.96 0.61
Hex 7D 3E FB 32 4B 0 2 104 60 3D
Octal 175 76 373 62 113 0 2 404 140 75
Binary 1111101 111110 11111011 110010 1001011 0 10 100000100 1100000 111101

Color Harmonies of #7D3EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3EFB

Black with #7D3EFB

Text Example


Text Example

White with #7D3EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,62,251); }

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

background-color css

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

 a { background-color: rgb(125,62,251); }

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

border-color css

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

 span { border-color: rgb(125,62,251); }

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