Html Css Color HEX #742EFD Blue Violet

📋 copy color: '#742EFD'

red 116 ◦ green 46 ◦ blue 253

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

Shades of Blue Violet #742EFD

Tints of Blue Violet #742EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.08%

 BLUE value IS 253 (99.22% from 255) = 60.96%

R = 27.95%
G = 11.08%
B = 60.96%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#742EFD (or 0x742EFD) is known color: Blue Violet. HEX triplet: 74, 2E and FD. RGB value is (116,46,253). Sum of RGB (Red+Green+Blue) = 116+46+253=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #742EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742EFD is #8BD102. Grayscale: #595959. Windows color (decimal): -9163011 or 16592500. OLE color: 16592500.

HSL color Cylindrical-coordinate representation of color #742EFD: hue angle of 260.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742EFD is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 46 253 -
CMYK 0.54 0.82 0 0.01
HSL 260.29º 0.98% 0.59% -
HSV(B) 260.29º 0.82% 0.99% -
XYZ 25.91 12.76 94.03 -
YUV 90.53 219.69 146.17 -
System Red Green Blue C M Y K H S L
Decimal 116 46 253 0.54 0.82 0 0.01 260.29 0.98 0.59
Hex 74 2E FD 36 52 0 1 104 62 3B
Octal 164 56 375 66 122 0 1 404 142 73
Binary 1110100 101110 11111101 110110 1010010 0 1 100000100 1100010 111011

Color Harmonies of #742EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EFD

Black with #742EFD

Text Example


Text Example

White with #742EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,46,253); }

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

background-color css

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

 a { background-color: rgb(116,46,253); }

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

border-color css

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

 span { border-color: rgb(116,46,253); }

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