Html Css Color HEX #7D3FFA Blue Violet

📋 copy color: '#7D3FFA'

red 125 ◦ green 63 ◦ blue 250

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

Shades of Blue Violet #7D3FFA

Tints of Blue Violet #7D3FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.38%

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 28.54%
G = 14.38%
B = 57.08%

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

#7D3FFA (or 0x7D3FFA) is known color: Blue Violet. HEX triplet: 7D, 3F and FA. RGB value is (125,63,250). Sum of RGB (Red+Green+Blue) = 125+63+250=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D3FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3FFA is #82C005. Grayscale: #666666. Windows color (decimal): -8568838 or 16400253. OLE color: 16400253.

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

Color convert

RGB 125 63 250 -
CMYK 0.50 0.75 0 0.02
HSL 259.89º 0.95% 0.61% -
HSV(B) 259.89º 0.75% 0.98% -
XYZ 27.49 14.82 91.85 -
YUV 102.86 211.04 143.79 -
System Red Green Blue C M Y K H S L
Decimal 125 63 250 0.50 0.75 0 0.02 259.89 0.95 0.61
Hex 7D 3F FA 32 4B 0 2 104 5F 3D
Octal 175 77 372 62 113 0 2 404 137 75
Binary 1111101 111111 11111010 110010 1001011 0 10 100000100 1011111 111101

Color Harmonies of #7D3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3FFA

Black with #7D3FFA

Text Example


Text Example

White with #7D3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,63,250); }

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

background-color css

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

 a { background-color: rgb(125,63,250); }

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

border-color css

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

 span { border-color: rgb(125,63,250); }

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