Html Css Color HEX #7436E1 Blue Violet

📋 copy color: '#7436E1'

red 116 ◦ green 54 ◦ blue 225

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

Shades of Blue Violet #7436E1

Tints of Blue Violet #7436E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.96%

R = 29.37%
G = 13.67%
B = 56.96%

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

#7436E1 (or 0x7436E1) is known color: Blue Violet. HEX triplet: 74, 36 and E1. RGB value is (116,54,225). Sum of RGB (Red+Green+Blue) = 116+54+225=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 225 (88.28% from 255 or 56.96% from 395); Max value from RGB is 225 - color contains mainly: blue. Hex color #7436E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7436E1 is #8BC91E. Grayscale: #5B5B5B. Windows color (decimal): -9160991 or 14759540. OLE color: 14759540.

HSL color Cylindrical-coordinate representation of color #7436E1: hue angle of 261.75º degrees, saturation: 0.74, 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 #7436E1 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 54 225 -
CMYK 0.48 0.76 0 0.12
HSL 261.75º 0.74% 0.55% -
HSV(B) 261.75º 0.76% 0.88% -
XYZ 22.11 11.79 72.34 -
YUV 92.03 203.04 145.1 -
System Red Green Blue C M Y K H S L
Decimal 116 54 225 0.48 0.76 0 0.12 261.75 0.74 0.55
Hex 74 36 E1 30 4C 0 C 106 4A 37
Octal 164 66 341 60 114 0 14 406 112 67
Binary 1110100 110110 11100001 110000 1001100 0 1100 100000110 1001010 110111

Color Harmonies of #7436E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7436E1

Black with #7436E1

Text Example


Text Example

White with #7436E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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