Html Css Color HEX #742DD7 Blue Violet

📋 copy color: '#742DD7'

red 116 ◦ green 45 ◦ blue 215

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

Shades of Blue Violet #742DD7

Tints of Blue Violet #742DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.18%

R = 30.85%
G = 11.97%
B = 57.18%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#742DD7 (or 0x742DD7) is known color: Blue Violet. HEX triplet: 74, 2D and D7. RGB value is (116,45,215). Sum of RGB (Red+Green+Blue) = 116+45+215=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #742DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742DD7 is #8BD228. Grayscale: #555555. Windows color (decimal): -9163305 or 14101876. OLE color: 14101876.

HSL color Cylindrical-coordinate representation of color #742DD7: hue angle of 265.06º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742DD7 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 45 215 -
CMYK 0.46 0.79 0 0.16
HSL 265.06º 0.68% 0.51% -
HSV(B) 265.06º 0.79% 0.84% -
XYZ 20.41 10.5 65.24 -
YUV 85.61 201.02 149.68 -
System Red Green Blue C M Y K H S L
Decimal 116 45 215 0.46 0.79 0 0.16 265.06 0.68 0.51
Hex 74 2D D7 2E 4F 0 10 109 44 33
Octal 164 55 327 56 117 0 20 411 104 63
Binary 1110100 101101 11010111 101110 1001111 0 10000 100001001 1000100 110011

Color Harmonies of #742DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742DD7

Black with #742DD7

Text Example


Text Example

White with #742DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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