Html Css Color HEX #7D38DF Blue Violet

📋 copy color: '#7D38DF'

red 125 ◦ green 56 ◦ blue 223

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

Shades of Blue Violet #7D38DF

Tints of Blue Violet #7D38DF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.86%

 BLUE value IS 223 (87.5% from 255) = 55.2%

R = 30.94%
G = 13.86%
B = 55.2%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D38DF (or 0x7D38DF) is known color: Blue Violet. HEX triplet: 7D, 38 and DF. RGB value is (125,56,223). Sum of RGB (Red+Green+Blue) = 125+56+223=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D38DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D38DF is #82C720. Grayscale: #5F5F5F. Windows color (decimal): -8570657 or 14628989. OLE color: 14628989.

HSL color Cylindrical-coordinate representation of color #7D38DF: hue angle of 264.79º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D38DF is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 56 223 -
CMYK 0.44 0.75 0 0.13
HSL 264.79º 0.72% 0.55% -
HSV(B) 264.79º 0.75% 0.87% -
XYZ 23.19 12.52 71.01 -
YUV 95.67 199.86 148.92 -
System Red Green Blue C M Y K H S L
Decimal 125 56 223 0.44 0.75 0 0.13 264.79 0.72 0.55
Hex 7D 38 DF 2C 4B 0 D 109 48 37
Octal 175 70 337 54 113 0 15 411 110 67
Binary 1111101 111000 11011111 101100 1001011 0 1101 100001001 1001000 110111

Color Harmonies of #7D38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D38DF

Black with #7D38DF

Text Example


Text Example

White with #7D38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,56,223); }

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

background-color css

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

 a { background-color: rgb(125,56,223); }

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

border-color css

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

 span { border-color: rgb(125,56,223); }

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