Html Css Color HEX #7D3DE6 Blue Violet

📋 copy color: '#7D3DE6'

red 125 ◦ green 61 ◦ blue 230

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

Shades of Blue Violet #7D3DE6

Tints of Blue Violet #7D3DE6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.66%

 BLUE value IS 230 (90.23% from 255) = 55.29%

R = 30.05%
G = 14.66%
B = 55.29%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7D3DE6 (or 0x7D3DE6) is known color: Blue Violet. HEX triplet: 7D, 3D and E6. RGB value is (125,61,230). Sum of RGB (Red+Green+Blue) = 125+61+230=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 230 (90.23% from 255 or 55.29% from 416); Max value from RGB is 230 - color contains mainly: blue. Hex color #7D3DE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3DE6 is #82C219. Grayscale: #626262. Windows color (decimal): -8569370 or 15089021. OLE color: 15089021.

HSL color Cylindrical-coordinate representation of color #7D3DE6: hue angle of 262.72º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D3DE6 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 125 61 230 -
CMYK 0.46 0.73 0 0.10
HSL 262.72º 0.77% 0.57% -
HSV(B) 262.72º 0.73% 0.9% -
XYZ 24.41 13.41 76.16 -
YUV 99.4 201.7 146.26 -
System Red Green Blue C M Y K H S L
Decimal 125 61 230 0.46 0.73 0 0.10 262.72 0.77 0.57
Hex 7D 3D E6 2E 49 0 A 107 4D 39
Octal 175 75 346 56 111 0 12 407 115 71
Binary 1111101 111101 11100110 101110 1001001 0 1010 100000111 1001101 111001

Color Harmonies of #7D3DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3DE6

Black with #7D3DE6

Text Example


Text Example

White with #7D3DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,61,230); }

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

background-color css

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

 a { background-color: rgb(125,61,230); }

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

border-color css

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

 span { border-color: rgb(125,61,230); }

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