Html Css Color HEX #7D1CFF Blue Violet

📋 copy color: '#7D1CFF'

red 125 ◦ green 28 ◦ blue 255

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

Shades of Blue Violet #7D1CFF

Tints of Blue Violet #7D1CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.5%

R = 30.64%
G = 6.86%
B = 62.5%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D1CFF (or 0x7D1CFF) is known color: Blue Violet. HEX triplet: 7D, 1C and FF. RGB value is (125,28,255). Sum of RGB (Red+Green+Blue) = 125+28+255=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D1CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1CFF is #82E300. Grayscale: #525252. Windows color (decimal): -8577793 or 16718973. OLE color: 16718973.

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

Color convert

RGB 125 28 255 -
CMYK 0.51 0.89 0 0
HSL 265.64º 1% 0.55% -
HSV(B) 265.64º 0.89% 1% -
XYZ 26.92 12.41 95.58 -
YUV 82.88 225.14 158.04 -
System Red Green Blue C M Y K H S L
Decimal 125 28 255 0.51 0.89 0 0 265.64 1 0.55
Hex 7D 1C FF 33 59 0 0 10A 64 37
Octal 175 34 377 63 131 0 0 412 144 67
Binary 1111101 11100 11111111 110011 1011001 0 0 100001010 1100100 110111

Color Harmonies of #7D1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1CFF

Black with #7D1CFF

Text Example


Text Example

White with #7D1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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