Html Css Color HEX #742CFD Blue Violet

📋 copy color: '#742CFD'

red 116 ◦ green 44 ◦ blue 253

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

Shades of Blue Violet #742CFD

Tints of Blue Violet #742CFD

RGB

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

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

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

R = 28.09%
G = 10.65%
B = 61.26%

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

#742CFD (or 0x742CFD) is known color: Blue Violet. HEX triplet: 74, 2C and FD. RGB value is (116,44,253). Sum of RGB (Red+Green+Blue) = 116+44+253=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #742CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742CFD is #8BD302. Grayscale: #585858. Windows color (decimal): -9163523 or 16591988. OLE color: 16591988.

HSL color Cylindrical-coordinate representation of color #742CFD: hue angle of 260.67º degrees, saturation: 0.98, 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 #742CFD is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 44 253 -
CMYK 0.54 0.83 0 0.01
HSL 260.67º 0.98% 0.58% -
HSV(B) 260.67º 0.83% 0.99% -
XYZ 25.83 12.61 94 -
YUV 89.35 220.35 147.01 -
System Red Green Blue C M Y K H S L
Decimal 116 44 253 0.54 0.83 0 0.01 260.67 0.98 0.58
Hex 74 2C FD 36 53 0 1 105 62 3A
Octal 164 54 375 66 123 0 1 405 142 72
Binary 1110100 101100 11111101 110110 1010011 0 1 100000101 1100010 111010

Color Harmonies of #742CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CFD

Black with #742CFD

Text Example


Text Example

White with #742CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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