Html Css Color HEX #742CDD Blue Violet

📋 copy color: '#742CDD'

red 116 ◦ green 44 ◦ blue 221

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

Shades of Blue Violet #742CDD

Tints of Blue Violet #742CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.55%

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

R = 30.45%
G = 11.55%
B = 58.01%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#742CDD (or 0x742CDD) is known color: Blue Violet. HEX triplet: 74, 2C and DD. RGB value is (116,44,221). Sum of RGB (Red+Green+Blue) = 116+44+221=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #742CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742CDD is #8BD322. Grayscale: #555555. Windows color (decimal): -9163555 or 14494836. OLE color: 14494836.

HSL color Cylindrical-coordinate representation of color #742CDD: hue angle of 264.41º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742CDD is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 44 221 -
CMYK 0.48 0.80 0 0.13
HSL 264.41º 0.72% 0.52% -
HSV(B) 264.41º 0.8% 0.87% -
XYZ 21.15 10.73 69.36 -
YUV 85.71 204.35 149.61 -
System Red Green Blue C M Y K H S L
Decimal 116 44 221 0.48 0.80 0 0.13 264.41 0.72 0.52
Hex 74 2C DD 30 50 0 D 108 48 34
Octal 164 54 335 60 120 0 15 410 110 64
Binary 1110100 101100 11011101 110000 1010000 0 1101 100001000 1001000 110100

Color Harmonies of #742CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CDD

Black with #742CDD

Text Example


Text Example

White with #742CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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