Html Css Color HEX #7D20FC Blue Violet

📋 copy color: '#7D20FC'

red 125 ◦ green 32 ◦ blue 252

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

Shades of Blue Violet #7D20FC

Tints of Blue Violet #7D20FC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.82%

 BLUE value IS 252 (98.83% from 255) = 61.61%

R = 30.56%
G = 7.82%
B = 61.61%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D20FC (or 0x7D20FC) is known color: Blue Violet. HEX triplet: 7D, 20 and FC. RGB value is (125,32,252). Sum of RGB (Red+Green+Blue) = 125+32+252=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D20FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D20FC is #82DF03. Grayscale: #545454. Windows color (decimal): -8576772 or 16523389. OLE color: 16523389.

HSL color Cylindrical-coordinate representation of color #7D20FC: hue angle of 265.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D20FC is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 32 252 -
CMYK 0.50 0.87 0 0.01
HSL 265.36º 0.97% 0.56% -
HSV(B) 265.36º 0.87% 0.99% -
XYZ 26.54 12.42 93.09 -
YUV 84.89 222.31 156.61 -
System Red Green Blue C M Y K H S L
Decimal 125 32 252 0.50 0.87 0 0.01 265.36 0.97 0.56
Hex 7D 20 FC 32 57 0 1 109 61 38
Octal 175 40 374 62 127 0 1 411 141 70
Binary 1111101 100000 11111100 110010 1010111 0 1 100001001 1100001 111000

Color Harmonies of #7D20FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D20FC

Black with #7D20FC

Text Example


Text Example

White with #7D20FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,32,252); }

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

background-color css

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

 a { background-color: rgb(125,32,252); }

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

border-color css

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

 span { border-color: rgb(125,32,252); }

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