Html Css Color HEX #7D1BEB Blue Violet

📋 copy color: '#7D1BEB'

red 125 ◦ green 27 ◦ blue 235

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

Shades of Blue Violet #7D1BEB

Tints of Blue Violet #7D1BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.98%

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

R = 32.3%
G = 6.98%
B = 60.72%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D1BEB (or 0x7D1BEB) is known color: Blue Violet. HEX triplet: 7D, 1B and EB. RGB value is (125,27,235). Sum of RGB (Red+Green+Blue) = 125+27+235=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D1BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1BEB is #82E414. Grayscale: #4F4F4F. Windows color (decimal): -8578069 or 15407997. OLE color: 15407997.

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

Color convert

RGB 125 27 235 -
CMYK 0.47 0.89 0 0.08
HSL 268.27º 0.84% 0.51% -
HSV(B) 268.27º 0.89% 0.92% -
XYZ 23.84 11.14 79.49 -
YUV 80.01 215.47 160.09 -
System Red Green Blue C M Y K H S L
Decimal 125 27 235 0.47 0.89 0 0.08 268.27 0.84 0.51
Hex 7D 1B EB 2F 59 0 8 10C 54 33
Octal 175 33 353 57 131 0 10 414 124 63
Binary 1111101 11011 11101011 101111 1011001 0 1000 100001100 1010100 110011

Color Harmonies of #7D1BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1BEB

Black with #7D1BEB

Text Example


Text Example

White with #7D1BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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