Html Css Color HEX #742FDE Blue Violet

📋 copy color: '#742FDE'

red 116 ◦ green 47 ◦ blue 222

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

Shades of Blue Violet #742FDE

Tints of Blue Violet #742FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.66%

R = 30.13%
G = 12.21%
B = 57.66%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#742FDE (or 0x742FDE) is known color: Blue Violet. HEX triplet: 74, 2F and DE. RGB value is (116,47,222). Sum of RGB (Red+Green+Blue) = 116+47+222=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #742FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FDE is #8BD021. Grayscale: #565656. Windows color (decimal): -9162786 or 14561140. OLE color: 14561140.

HSL color Cylindrical-coordinate representation of color #742FDE: hue angle of 263.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742FDE is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 47 222 -
CMYK 0.48 0.79 0 0.13
HSL 263.66º 0.73% 0.53% -
HSV(B) 263.66º 0.79% 0.87% -
XYZ 21.4 11.02 70.11 -
YUV 87.58 203.86 148.27 -
System Red Green Blue C M Y K H S L
Decimal 116 47 222 0.48 0.79 0 0.13 263.66 0.73 0.53
Hex 74 2F DE 30 4F 0 D 108 49 35
Octal 164 57 336 60 117 0 15 410 111 65
Binary 1110100 101111 11011110 110000 1001111 0 1101 100001000 1001001 110101

Color Harmonies of #742FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742FDE

Black with #742FDE

Text Example


Text Example

White with #742FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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