Html Css Color HEX #7B37DD Blue Violet

📋 copy color: '#7B37DD'

red 123 ◦ green 55 ◦ blue 221

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

Shades of Blue Violet #7B37DD

Tints of Blue Violet #7B37DD

RGB

 RED value IS 123 (48.44% from 255) = 30.83%

 GREEN value IS 55 (21.88% from 255) = 13.78%

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

R = 30.83%
G = 13.78%
B = 55.39%

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

#7B37DD (or 0x7B37DD) is known color: Blue Violet. HEX triplet: 7B, 37 and DD. RGB value is (123,55,221). Sum of RGB (Red+Green+Blue) = 123+55+221=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B37DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B37DD is #84C822. Grayscale: #5D5D5D. Windows color (decimal): -8701987 or 14497659. OLE color: 14497659.

HSL color Cylindrical-coordinate representation of color #7B37DD: hue angle of 264.58º 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 #7B37DD is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 55 221 -
CMYK 0.44 0.75 0 0.13
HSL 264.58º 0.71% 0.54% -
HSV(B) 264.58º 0.75% 0.87% -
XYZ 22.59 12.16 69.56 -
YUV 94.26 199.53 148.5 -
System Red Green Blue C M Y K H S L
Decimal 123 55 221 0.44 0.75 0 0.13 264.58 0.71 0.54
Hex 7B 37 DD 2C 4B 0 D 109 47 36
Octal 173 67 335 54 113 0 15 411 107 66
Binary 1111011 110111 11011101 101100 1001011 0 1101 100001001 1000111 110110

Color Harmonies of #7B37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B37DD

Black with #7B37DD

Text Example


Text Example

White with #7B37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,55,221); }

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

background-color css

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

 a { background-color: rgb(123,55,221); }

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

border-color css

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

 span { border-color: rgb(123,55,221); }

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