Html Css Color HEX #7836DD Blue Violet

📋 copy color: '#7836DD'

red 120 ◦ green 54 ◦ blue 221

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

Shades of Blue Violet #7836DD

Tints of Blue Violet #7836DD

RGB

 RED value IS 120 (47.27% from 255) = 30.38%

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

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

R = 30.38%
G = 13.67%
B = 55.95%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7836DD (or 0x7836DD) is known color: Blue Violet. HEX triplet: 78, 36 and DD. RGB value is (120,54,221). Sum of RGB (Red+Green+Blue) = 120+54+221=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #7836DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7836DD is #87C922. Grayscale: #5C5C5C. Windows color (decimal): -8898851 or 14497400. OLE color: 14497400.

HSL color Cylindrical-coordinate representation of color #7836DD: hue angle of 263.71º 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 #7836DD is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 54 221 -
CMYK 0.46 0.76 0 0.13
HSL 263.71º 0.71% 0.54% -
HSV(B) 263.71º 0.76% 0.87% -
XYZ 22.12 11.85 69.53 -
YUV 92.77 200.37 147.42 -
System Red Green Blue C M Y K H S L
Decimal 120 54 221 0.46 0.76 0 0.13 263.71 0.71 0.54
Hex 78 36 DD 2E 4C 0 D 108 47 36
Octal 170 66 335 56 114 0 15 410 107 66
Binary 1111000 110110 11011101 101110 1001100 0 1101 100001000 1000111 110110

Color Harmonies of #7836DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7836DD

Black with #7836DD

Text Example


Text Example

White with #7836DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7836DD; }

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

 H1.HeaderClassName
 {
   color: #7836DD;
 }
 .AnyTagClassName
 {
   color: #7836DD;
 }
</style>

background-color css

<style>
 a { background-color: #7836DD; }

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

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

border-color css

<style>
 span { border-color: #7836DD; }

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

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