Html Css Color HEX #742FFC Blue Violet

📋 copy color: '#742FFC'

red 116 ◦ green 47 ◦ blue 252

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

Shades of Blue Violet #742FFC

Tints of Blue Violet #742FFC

RGB

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

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

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

R = 27.95%
G = 11.33%
B = 60.72%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#742FFC (or 0x742FFC) is known color: Blue Violet. HEX triplet: 74, 2F and FC. RGB value is (116,47,252). Sum of RGB (Red+Green+Blue) = 116+47+252=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #742FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742FFC is #8BD003. Grayscale: #5A5A5A. Windows color (decimal): -9162756 or 16527220. OLE color: 16527220.

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

Color convert

RGB 116 47 252 -
CMYK 0.54 0.81 0 0.01
HSL 260.2º 0.97% 0.59% -
HSV(B) 260.2º 0.81% 0.99% -
XYZ 25.79 12.77 93.2 -
YUV 91 218.86 145.83 -
System Red Green Blue C M Y K H S L
Decimal 116 47 252 0.54 0.81 0 0.01 260.2 0.97 0.59
Hex 74 2F FC 36 51 0 1 104 61 3B
Octal 164 57 374 66 121 0 1 404 141 73
Binary 1110100 101111 11111100 110110 1010001 0 1 100000100 1100001 111011

Color Harmonies of #742FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742FFC

Black with #742FFC

Text Example


Text Example

White with #742FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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