Html Css Color HEX #7D38DD Blue Violet

📋 copy color: '#7D38DD'

red 125 ◦ green 56 ◦ blue 221

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

Shades of Blue Violet #7D38DD

Tints of Blue Violet #7D38DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 31.09%
G = 13.93%
B = 54.98%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D38DD (or 0x7D38DD) is known color: Blue Violet. HEX triplet: 7D, 38 and DD. RGB value is (125,56,221). Sum of RGB (Red+Green+Blue) = 125+56+221=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D38DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D38DD is #82C722. Grayscale: #5E5E5E. Windows color (decimal): -8570659 or 14497917. OLE color: 14497917.

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

Color convert

RGB 125 56 221 -
CMYK 0.43 0.75 0 0.13
HSL 265.09º 0.71% 0.54% -
HSV(B) 265.09º 0.75% 0.87% -
XYZ 22.92 12.41 69.59 -
YUV 95.44 198.86 149.08 -
System Red Green Blue C M Y K H S L
Decimal 125 56 221 0.43 0.75 0 0.13 265.09 0.71 0.54
Hex 7D 38 DD 2B 4B 0 D 109 47 36
Octal 175 70 335 53 113 0 15 411 107 66
Binary 1111101 111000 11011101 101011 1001011 0 1101 100001001 1000111 110110

Color Harmonies of #7D38DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D38DD

Black with #7D38DD

Text Example


Text Example

White with #7D38DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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