Html Css Color HEX #7A34DD Blue Violet

📋 copy color: '#7A34DD'

red 122 ◦ green 52 ◦ blue 221

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

Shades of Blue Violet #7A34DD

Tints of Blue Violet #7A34DD

RGB

 RED value IS 122 (48.05% from 255) = 30.89%

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

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

R = 30.89%
G = 13.16%
B = 55.95%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A34DD (or 0x7A34DD) is known color: Blue Violet. HEX triplet: 7A, 34 and DD. RGB value is (122,52,221). Sum of RGB (Red+Green+Blue) = 122+52+221=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 52 (20.70% from 255 or 13.16% 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 #7A34DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A34DD is #85CB22. Grayscale: #5B5B5B. Windows color (decimal): -8768291 or 14496890. OLE color: 14496890.

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

Color convert

RGB 122 52 221 -
CMYK 0.45 0.76 0 0.13
HSL 264.85º 0.71% 0.54% -
HSV(B) 264.85º 0.76% 0.87% -
XYZ 22.31 11.81 69.51 -
YUV 92.2 200.69 149.26 -
System Red Green Blue C M Y K H S L
Decimal 122 52 221 0.45 0.76 0 0.13 264.85 0.71 0.54
Hex 7A 34 DD 2D 4C 0 D 109 47 36
Octal 172 64 335 55 114 0 15 411 107 66
Binary 1111010 110100 11011101 101101 1001100 0 1101 100001001 1000111 110110

Color Harmonies of #7A34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A34DD

Black with #7A34DD

Text Example


Text Example

White with #7A34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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