Html Css Color HEX #7429DD Blue Violet

📋 copy color: '#7429DD'

red 116 ◦ green 41 ◦ blue 221

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

Shades of Blue Violet #7429DD

Tints of Blue Violet #7429DD

RGB

 RED value IS 116 (45.7% from 255) = 30.69%

 GREEN value IS 41 (16.41% from 255) = 10.85%

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

R = 30.69%
G = 10.85%
B = 58.47%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7429DD (or 0x7429DD) is known color: Blue Violet. HEX triplet: 74, 29 and DD. RGB value is (116,41,221). Sum of RGB (Red+Green+Blue) = 116+41+221=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #7429DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7429DD is #8BD622. Grayscale: #535353. Windows color (decimal): -9164323 or 14494068. OLE color: 14494068.

HSL color Cylindrical-coordinate representation of color #7429DD: hue angle of 265º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7429DD is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 41 221 -
CMYK 0.48 0.81 0 0.13
HSL 265º 0.73% 0.51% -
HSV(B) 265º 0.81% 0.87% -
XYZ 21.05 10.52 69.33 -
YUV 83.95 205.35 150.86 -
System Red Green Blue C M Y K H S L
Decimal 116 41 221 0.48 0.81 0 0.13 265 0.73 0.51
Hex 74 29 DD 30 51 0 D 109 49 33
Octal 164 51 335 60 121 0 15 411 111 63
Binary 1110100 101001 11011101 110000 1010001 0 1101 100001001 1001001 110011

Color Harmonies of #7429DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7429DD

Black with #7429DD

Text Example


Text Example

White with #7429DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,41,221); }

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

background-color css

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

 a { background-color: rgb(116,41,221); }

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

border-color css

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

 span { border-color: rgb(116,41,221); }

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