Html Css Color HEX #7D3FCE Blue Violet

📋 copy color: '#7D3FCE'

red 125 ◦ green 63 ◦ blue 206

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

Shades of Blue Violet #7D3FCE

Tints of Blue Violet #7D3FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 31.73%
G = 15.99%
B = 52.28%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D3FCE (or 0x7D3FCE) is known color: Blue Violet. HEX triplet: 7D, 3F and CE. RGB value is (125,63,206). Sum of RGB (Red+Green+Blue) = 125+63+206=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D3FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3FCE is #82C031. Grayscale: #616161. Windows color (decimal): -8568882 or 13516669. OLE color: 13516669.

HSL color Cylindrical-coordinate representation of color #7D3FCE: hue angle of 266.01º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D3FCE is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 63 206 -
CMYK 0.39 0.69 0 0.19
HSL 266.01º 0.59% 0.53% -
HSV(B) 266.01º 0.69% 0.81% -
XYZ 21.38 12.37 59.65 -
YUV 97.84 189.04 147.37 -
System Red Green Blue C M Y K H S L
Decimal 125 63 206 0.39 0.69 0 0.19 266.01 0.59 0.53
Hex 7D 3F CE 27 45 0 13 10A 3B 35
Octal 175 77 316 47 105 0 23 412 73 65
Binary 1111101 111111 11001110 100111 1000101 0 10011 100001010 111011 110101

Color Harmonies of #7D3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3FCE

Black with #7D3FCE

Text Example


Text Example

White with #7D3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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