Html Css Color HEX #7D3CFC Blue Violet

📋 copy color: '#7D3CFC'

red 125 ◦ green 60 ◦ blue 252

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

Shades of Blue Violet #7D3CFC

Tints of Blue Violet #7D3CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.73%

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

R = 28.6%
G = 13.73%
B = 57.67%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D3CFC (or 0x7D3CFC) is known color: Blue Violet. HEX triplet: 7D, 3C and FC. RGB value is (125,60,252). Sum of RGB (Red+Green+Blue) = 125+60+252=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D3CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3CFC is #82C303. Grayscale: #646464. Windows color (decimal): -8569604 or 16530557. OLE color: 16530557.

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

Color convert

RGB 125 60 252 -
CMYK 0.50 0.76 0 0.01
HSL 260.31º 0.97% 0.61% -
HSV(B) 260.31º 0.76% 0.99% -
XYZ 27.64 14.62 93.46 -
YUV 101.32 213.03 144.89 -
System Red Green Blue C M Y K H S L
Decimal 125 60 252 0.50 0.76 0 0.01 260.31 0.97 0.61
Hex 7D 3C FC 32 4C 0 1 104 61 3D
Octal 175 74 374 62 114 0 1 404 141 75
Binary 1111101 111100 11111100 110010 1001100 0 1 100000100 1100001 111101

Color Harmonies of #7D3CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3CFC

Black with #7D3CFC

Text Example


Text Example

White with #7D3CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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