Html Css Color HEX #7D45EB Blue Violet

📋 copy color: '#7D45EB'

red 125 ◦ green 69 ◦ blue 235

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

Shades of Blue Violet #7D45EB

Tints of Blue Violet #7D45EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.08%

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

R = 29.14%
G = 16.08%
B = 54.78%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D45EB (or 0x7D45EB) is known color: Blue Violet. HEX triplet: 7D, 45 and EB. RGB value is (125,69,235). Sum of RGB (Red+Green+Blue) = 125+69+235=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D45EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D45EB is #82BA14. Grayscale: #686868. Windows color (decimal): -8567317 or 15418749. OLE color: 15418749.

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

Color convert

RGB 125 69 235 -
CMYK 0.47 0.71 0 0.08
HSL 260.24º 0.81% 0.6% -
HSV(B) 260.24º 0.71% 0.92% -
XYZ 25.58 14.61 80.07 -
YUV 104.67 201.55 142.5 -
System Red Green Blue C M Y K H S L
Decimal 125 69 235 0.47 0.71 0 0.08 260.24 0.81 0.6
Hex 7D 45 EB 2F 47 0 8 104 51 3C
Octal 175 105 353 57 107 0 10 404 121 74
Binary 1111101 1000101 11101011 101111 1000111 0 1000 100000100 1010001 111100

Color Harmonies of #7D45EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D45EB

Black with #7D45EB

Text Example


Text Example

White with #7D45EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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