Html Css Color HEX #7D36DD Blue Violet

📋 copy color: '#7D36DD'

red 125 ◦ green 54 ◦ blue 221

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

Shades of Blue Violet #7D36DD

Tints of Blue Violet #7D36DD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.5%

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

R = 31.25%
G = 13.5%
B = 55.25%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D36DD (or 0x7D36DD) is known color: Blue Violet. HEX triplet: 7D, 36 and DD. RGB value is (125,54,221). Sum of RGB (Red+Green+Blue) = 125+54+221=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D36DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D36DD is #82C922. Grayscale: #5D5D5D. Windows color (decimal): -8571171 or 14497405. OLE color: 14497405.

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

Color convert

RGB 125 54 221 -
CMYK 0.43 0.76 0 0.13
HSL 265.51º 0.71% 0.54% -
HSV(B) 265.51º 0.76% 0.87% -
XYZ 22.83 12.22 69.56 -
YUV 94.27 199.52 149.92 -
System Red Green Blue C M Y K H S L
Decimal 125 54 221 0.43 0.76 0 0.13 265.51 0.71 0.54
Hex 7D 36 DD 2B 4C 0 D 10A 47 36
Octal 175 66 335 53 114 0 15 412 107 66
Binary 1111101 110110 11011101 101011 1001100 0 1101 100001010 1000111 110110

Color Harmonies of #7D36DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D36DD

Black with #7D36DD

Text Example


Text Example

White with #7D36DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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