Html Css Color HEX #7D1BEC Blue Violet

📋 copy color: '#7D1BEC'

red 125 ◦ green 27 ◦ blue 236

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

Shades of Blue Violet #7D1BEC

Tints of Blue Violet #7D1BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.82%

R = 32.22%
G = 6.96%
B = 60.82%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D1BEC (or 0x7D1BEC) is known color: Blue Violet. HEX triplet: 7D, 1B and EC. RGB value is (125,27,236). Sum of RGB (Red+Green+Blue) = 125+27+236=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D1BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1BEC is #82E413. Grayscale: #4F4F4F. Windows color (decimal): -8578068 or 15473533. OLE color: 15473533.

HSL color Cylindrical-coordinate representation of color #7D1BEC: hue angle of 268.13º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D1BEC is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 27 236 -
CMYK 0.47 0.89 0 0.07
HSL 268.13º 0.85% 0.52% -
HSV(B) 268.13º 0.89% 0.93% -
XYZ 23.99 11.2 80.25 -
YUV 80.13 215.97 160.01 -
System Red Green Blue C M Y K H S L
Decimal 125 27 236 0.47 0.89 0 0.07 268.13 0.85 0.52
Hex 7D 1B EC 2F 59 0 7 10C 55 34
Octal 175 33 354 57 131 0 7 414 125 64
Binary 1111101 11011 11101100 101111 1011001 0 111 100001100 1010101 110100

Color Harmonies of #7D1BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1BEC

Black with #7D1BEC

Text Example


Text Example

White with #7D1BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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