Html Css Color HEX #7B34DD Blue Violet

📋 copy color: '#7B34DD'

red 123 ◦ green 52 ◦ blue 221

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

Shades of Blue Violet #7B34DD

Tints of Blue Violet #7B34DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

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

R = 31.06%
G = 13.13%
B = 55.81%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B34DD (or 0x7B34DD) is known color: Blue Violet. HEX triplet: 7B, 34 and DD. RGB value is (123,52,221). Sum of RGB (Red+Green+Blue) = 123+52+221=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B34DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B34DD is #84CB22. Grayscale: #5B5B5B. Windows color (decimal): -8702755 or 14496891. OLE color: 14496891.

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

Color convert

RGB 123 52 221 -
CMYK 0.44 0.76 0 0.13
HSL 265.21º 0.71% 0.54% -
HSV(B) 265.21º 0.76% 0.87% -
XYZ 22.45 11.89 69.52 -
YUV 92.5 200.52 149.76 -
System Red Green Blue C M Y K H S L
Decimal 123 52 221 0.44 0.76 0 0.13 265.21 0.71 0.54
Hex 7B 34 DD 2C 4C 0 D 109 47 36
Octal 173 64 335 54 114 0 15 411 107 66
Binary 1111011 110100 11011101 101100 1001100 0 1101 100001001 1000111 110110

Color Harmonies of #7B34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B34DD

Black with #7B34DD

Text Example


Text Example

White with #7B34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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