Html Css Color HEX #742FEB Blue Violet

📋 copy color: '#742FEB'

red 116 ◦ green 47 ◦ blue 235

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

Shades of Blue Violet #742FEB

Tints of Blue Violet #742FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.81%

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 29.15%
G = 11.81%
B = 59.05%

CMYK

 C value IS 0.51

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#742FEB (or 0x742FEB) is known color: Blue Violet. HEX triplet: 74, 2F and EB. RGB value is (116,47,235). Sum of RGB (Red+Green+Blue) = 116+47+235=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #742FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742FEB is #8BD014. Grayscale: #585858. Windows color (decimal): -9162773 or 15413108. OLE color: 15413108.

HSL color Cylindrical-coordinate representation of color #742FEB: hue angle of 262.02º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742FEB is Cyan = 0.51, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 47 235 -
CMYK 0.51 0.8 0 0.08
HSL 262.02º 0.82% 0.55% -
HSV(B) 262.02º 0.8% 0.92% -
XYZ 23.21 11.74 79.64 -
YUV 89.06 210.36 147.21 -
System Red Green Blue C M Y K H S L
Decimal 116 47 235 0.51 0.8 0 0.08 262.02 0.82 0.55
Hex 74 2F EB 33 50 0 8 106 52 37
Octal 164 57 353 63 120 0 10 406 122 67
Binary 1110100 101111 11101011 110011 1010000 0 1000 100000110 1010010 110111

Color Harmonies of #742FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742FEB

Black with #742FEB

Text Example


Text Example

White with #742FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,47,235); }

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

background-color css

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

 a { background-color: rgb(116,47,235); }

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

border-color css

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

 span { border-color: rgb(116,47,235); }

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