Html Css Color HEX #7436E0 Blue Violet

📋 copy color: '#7436E0'

red 116 ◦ green 54 ◦ blue 224

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

Shades of Blue Violet #7436E0

Tints of Blue Violet #7436E0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.71%

 BLUE value IS 224 (87.89% from 255) = 56.85%

R = 29.44%
G = 13.71%
B = 56.85%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7436E0 (or 0x7436E0) is known color: Blue Violet. HEX triplet: 74, 36 and E0. RGB value is (116,54,224). Sum of RGB (Red+Green+Blue) = 116+54+224=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 224 (87.89% from 255 or 56.85% from 394); Max value from RGB is 224 - color contains mainly: blue. Hex color #7436E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7436E0 is #8BC91F. Grayscale: #5B5B5B. Windows color (decimal): -9160992 or 14694004. OLE color: 14694004.

HSL color Cylindrical-coordinate representation of color #7436E0: hue angle of 261.88º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7436E0 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 54 224 -
CMYK 0.48 0.76 0 0.12
HSL 261.88º 0.73% 0.55% -
HSV(B) 261.88º 0.76% 0.88% -
XYZ 21.98 11.73 71.63 -
YUV 91.92 202.54 145.18 -
System Red Green Blue C M Y K H S L
Decimal 116 54 224 0.48 0.76 0 0.12 261.88 0.73 0.55
Hex 74 36 E0 30 4C 0 C 106 49 37
Octal 164 66 340 60 114 0 14 406 111 67
Binary 1110100 110110 11100000 110000 1001100 0 1100 100000110 1001001 110111

Color Harmonies of #7436E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7436E0

Black with #7436E0

Text Example


Text Example

White with #7436E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7436E0; }

 p { color: rgb(116,54,224); }

 H1.HeaderClassName
 {
   color: #7436E0;
 }
 .AnyTagClassName
 {
   color: #7436E0;
 }
</style>

background-color css

<style>
 a { background-color: #7436E0; }

 a { background-color: rgb(116,54,224); }

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

border-color css

<style>
 span { border-color: #7436E0; }

 span { border-color: rgb(116,54,224); }

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