Html Css Color HEX #7D3FDA Blue Violet

📋 copy color: '#7D3FDA'

red 125 ◦ green 63 ◦ blue 218

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

Shades of Blue Violet #7D3FDA

Tints of Blue Violet #7D3FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.52%

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 30.79%
G = 15.52%
B = 53.69%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7D3FDA (or 0x7D3FDA) is known color: Blue Violet. HEX triplet: 7D, 3F and DA. RGB value is (125,63,218). Sum of RGB (Red+Green+Blue) = 125+63+218=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D3FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3FDA is #82C025. Grayscale: #626262. Windows color (decimal): -8568870 or 14303101. OLE color: 14303101.

HSL color Cylindrical-coordinate representation of color #7D3FDA: hue angle of 264º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D3FDA is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 63 218 -
CMYK 0.43 0.71 0 0.15
HSL 264º 0.68% 0.55% -
HSV(B) 264º 0.71% 0.85% -
XYZ 22.89 12.98 67.63 -
YUV 99.21 195.04 146.4 -
System Red Green Blue C M Y K H S L
Decimal 125 63 218 0.43 0.71 0 0.15 264 0.68 0.55
Hex 7D 3F DA 2B 47 0 F 108 44 37
Octal 175 77 332 53 107 0 17 410 104 67
Binary 1111101 111111 11011010 101011 1000111 0 1111 100001000 1000100 110111

Color Harmonies of #7D3FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3FDA

Black with #7D3FDA

Text Example


Text Example

White with #7D3FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,63,218); }

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

background-color css

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

 a { background-color: rgb(125,63,218); }

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

border-color css

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

 span { border-color: rgb(125,63,218); }

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