Html Css Color HEX #742CFC Blue Violet

📋 copy color: '#742CFC'

red 116 ◦ green 44 ◦ blue 252

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

Shades of Blue Violet #742CFC

Tints of Blue Violet #742CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.17%

R = 28.16%
G = 10.68%
B = 61.17%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#742CFC (or 0x742CFC) is known color: Blue Violet. HEX triplet: 74, 2C and FC. RGB value is (116,44,252). Sum of RGB (Red+Green+Blue) = 116+44+252=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #742CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742CFC is #8BD303. Grayscale: #585858. Windows color (decimal): -9163524 or 16526452. OLE color: 16526452.

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

Color convert

RGB 116 44 252 -
CMYK 0.54 0.83 0 0.01
HSL 260.77º 0.97% 0.58% -
HSV(B) 260.77º 0.83% 0.99% -
XYZ 25.67 12.54 93.16 -
YUV 89.24 219.85 147.09 -
System Red Green Blue C M Y K H S L
Decimal 116 44 252 0.54 0.83 0 0.01 260.77 0.97 0.58
Hex 74 2C FC 36 53 0 1 105 61 3A
Octal 164 54 374 66 123 0 1 405 141 72
Binary 1110100 101100 11111100 110110 1010011 0 1 100000101 1100001 111010

Color Harmonies of #742CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CFC

Black with #742CFC

Text Example


Text Example

White with #742CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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