Html Css Color HEX #742CD7 Blue Violet

📋 copy color: '#742CD7'

red 116 ◦ green 44 ◦ blue 215

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

Shades of Blue Violet #742CD7

Tints of Blue Violet #742CD7

RGB

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

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

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

R = 30.93%
G = 11.73%
B = 57.33%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#742CD7 (or 0x742CD7) is known color: Blue Violet. HEX triplet: 74, 2C and D7. RGB value is (116,44,215). Sum of RGB (Red+Green+Blue) = 116+44+215=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #742CD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742CD7 is #8BD328. Grayscale: #545454. Windows color (decimal): -9163561 or 14101620. OLE color: 14101620.

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

Color convert

RGB 116 44 215 -
CMYK 0.46 0.80 0 0.16
HSL 265.26º 0.68% 0.51% -
HSV(B) 265.26º 0.8% 0.84% -
XYZ 20.37 10.42 65.23 -
YUV 85.02 201.35 150.1 -
System Red Green Blue C M Y K H S L
Decimal 116 44 215 0.46 0.80 0 0.16 265.26 0.68 0.51
Hex 74 2C D7 2E 50 0 10 109 44 33
Octal 164 54 327 56 120 0 20 411 104 63
Binary 1110100 101100 11010111 101110 1010000 0 10000 100001001 1000100 110011

Color Harmonies of #742CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CD7

Black with #742CD7

Text Example


Text Example

White with #742CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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