Html Css Color HEX #7D36DB Blue Violet

📋 copy color: '#7D36DB'

red 125 ◦ green 54 ◦ blue 219

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

Shades of Blue Violet #7D36DB

Tints of Blue Violet #7D36DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 31.41%
G = 13.57%
B = 55.03%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D36DB (or 0x7D36DB) is known color: Blue Violet. HEX triplet: 7D, 36 and DB. RGB value is (125,54,219). Sum of RGB (Red+Green+Blue) = 125+54+219=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D36DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D36DB is #82C924. Grayscale: #5D5D5D. Windows color (decimal): -8571173 or 14366333. OLE color: 14366333.

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

Color convert

RGB 125 54 219 -
CMYK 0.43 0.75 0 0.14
HSL 265.82º 0.7% 0.54% -
HSV(B) 265.82º 0.75% 0.86% -
XYZ 22.56 12.11 68.17 -
YUV 94.04 198.52 150.08 -
System Red Green Blue C M Y K H S L
Decimal 125 54 219 0.43 0.75 0 0.14 265.82 0.7 0.54
Hex 7D 36 DB 2B 4B 0 E 10A 46 36
Octal 175 66 333 53 113 0 16 412 106 66
Binary 1111101 110110 11011011 101011 1001011 0 1110 100001010 1000110 110110

Color Harmonies of #7D36DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D36DB

Black with #7D36DB

Text Example


Text Example

White with #7D36DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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