Html Css Color HEX #7D3ACE Blue Violet

📋 copy color: '#7D3ACE'

red 125 ◦ green 58 ◦ blue 206

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

Shades of Blue Violet #7D3ACE

Tints of Blue Violet #7D3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.91%

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

R = 32.13%
G = 14.91%
B = 52.96%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D3ACE (or 0x7D3ACE) is known color: Blue Violet. HEX triplet: 7D, 3A and CE. RGB value is (125,58,206). Sum of RGB (Red+Green+Blue) = 125+58+206=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D3ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3ACE is #82C531. Grayscale: #5E5E5E. Windows color (decimal): -8570162 or 13515389. OLE color: 13515389.

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

Color convert

RGB 125 58 206 -
CMYK 0.39 0.72 0 0.19
HSL 267.16º 0.6% 0.52% -
HSV(B) 267.16º 0.72% 0.81% -
XYZ 21.11 11.84 59.57 -
YUV 94.91 190.7 149.47 -
System Red Green Blue C M Y K H S L
Decimal 125 58 206 0.39 0.72 0 0.19 267.16 0.6 0.52
Hex 7D 3A CE 27 48 0 13 10B 3C 34
Octal 175 72 316 47 110 0 23 413 74 64
Binary 1111101 111010 11001110 100111 1001000 0 10011 100001011 111100 110100

Color Harmonies of #7D3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3ACE

Black with #7D3ACE

Text Example


Text Example

White with #7D3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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