Html Css Color HEX #7D3CEB Blue Violet

📋 copy color: '#7D3CEB'

red 125 ◦ green 60 ◦ blue 235

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

Shades of Blue Violet #7D3CEB

Tints of Blue Violet #7D3CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.29%

 BLUE value IS 235 (92.19% from 255) = 55.95%

R = 29.76%
G = 14.29%
B = 55.95%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D3CEB (or 0x7D3CEB) is known color: Blue Violet. HEX triplet: 7D, 3C and EB. RGB value is (125,60,235). Sum of RGB (Red+Green+Blue) = 125+60+235=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D3CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3CEB is #82C314. Grayscale: #626262. Windows color (decimal): -8569621 or 15416445. OLE color: 15416445.

HSL color Cylindrical-coordinate representation of color #7D3CEB: hue angle of 262.29º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D3CEB is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 60 235 -
CMYK 0.47 0.74 0 0.08
HSL 262.29º 0.81% 0.58% -
HSV(B) 262.29º 0.74% 0.92% -
XYZ 25.07 13.59 79.9 -
YUV 99.39 204.53 146.27 -
System Red Green Blue C M Y K H S L
Decimal 125 60 235 0.47 0.74 0 0.08 262.29 0.81 0.58
Hex 7D 3C EB 2F 4A 0 8 106 51 3A
Octal 175 74 353 57 112 0 10 406 121 72
Binary 1111101 111100 11101011 101111 1001010 0 1000 100000110 1010001 111010

Color Harmonies of #7D3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3CEB

Black with #7D3CEB

Text Example


Text Example

White with #7D3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,60,235); }

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

background-color css

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

 a { background-color: rgb(125,60,235); }

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

border-color css

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

 span { border-color: rgb(125,60,235); }

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