Html Css Color HEX #742DDA Blue Violet

📋 copy color: '#742DDA'

red 116 ◦ green 45 ◦ blue 218

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

Shades of Blue Violet #742DDA

Tints of Blue Violet #742DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.87%

 BLUE value IS 218 (85.55% from 255) = 57.52%

R = 30.61%
G = 11.87%
B = 57.52%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#742DDA (or 0x742DDA) is known color: Blue Violet. HEX triplet: 74, 2D and DA. RGB value is (116,45,218). Sum of RGB (Red+Green+Blue) = 116+45+218=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #742DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742DDA is #8BD225. Grayscale: #555555. Windows color (decimal): -9163302 or 14298484. OLE color: 14298484.

HSL color Cylindrical-coordinate representation of color #742DDA: hue angle of 264.62º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742DDA is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 45 218 -
CMYK 0.47 0.79 0 0.15
HSL 264.62º 0.7% 0.52% -
HSV(B) 264.62º 0.79% 0.85% -
XYZ 20.8 10.65 67.29 -
YUV 85.95 202.52 149.43 -
System Red Green Blue C M Y K H S L
Decimal 116 45 218 0.47 0.79 0 0.15 264.62 0.7 0.52
Hex 74 2D DA 2F 4F 0 F 109 46 34
Octal 164 55 332 57 117 0 17 411 106 64
Binary 1110100 101101 11011010 101111 1001111 0 1111 100001001 1000110 110100

Color Harmonies of #742DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742DDA

Black with #742DDA

Text Example


Text Example

White with #742DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742DDA; }

 p { color: rgb(116,45,218); }

 H1.HeaderClassName
 {
   color: #742DDA;
 }
 .AnyTagClassName
 {
   color: #742DDA;
 }
</style>

background-color css

<style>
 a { background-color: #742DDA; }

 a { background-color: rgb(116,45,218); }

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

border-color css

<style>
 span { border-color: #742DDA; }

 span { border-color: rgb(116,45,218); }

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