Html Css Color HEX #7D1CEB Blue Violet

📋 copy color: '#7D1CEB'

red 125 ◦ green 28 ◦ blue 235

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

Shades of Blue Violet #7D1CEB

Tints of Blue Violet #7D1CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.22%

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

R = 32.22%
G = 7.22%
B = 60.57%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D1CEB (or 0x7D1CEB) is known color: Blue Violet. HEX triplet: 7D, 1C and EB. RGB value is (125,28,235). Sum of RGB (Red+Green+Blue) = 125+28+235=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D1CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1CEB is #82E314. Grayscale: #4F4F4F. Windows color (decimal): -8577813 or 15408253. OLE color: 15408253.

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

Color convert

RGB 125 28 235 -
CMYK 0.47 0.88 0 0.08
HSL 268.12º 0.84% 0.52% -
HSV(B) 268.12º 0.88% 0.92% -
XYZ 23.87 11.19 79.5 -
YUV 80.6 215.14 159.67 -
System Red Green Blue C M Y K H S L
Decimal 125 28 235 0.47 0.88 0 0.08 268.12 0.84 0.52
Hex 7D 1C EB 2F 58 0 8 10C 54 34
Octal 175 34 353 57 130 0 10 414 124 64
Binary 1111101 11100 11101011 101111 1011000 0 1000 100001100 1010100 110100

Color Harmonies of #7D1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1CEB

Black with #7D1CEB

Text Example


Text Example

White with #7D1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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