Html Css Color HEX #7436FD Blue Violet

📋 copy color: '#7436FD'

red 116 ◦ green 54 ◦ blue 253

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

Shades of Blue Violet #7436FD

Tints of Blue Violet #7436FD

RGB

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

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

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

R = 27.42%
G = 12.77%
B = 59.81%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7436FD (or 0x7436FD) is known color: Blue Violet. HEX triplet: 74, 36 and FD. RGB value is (116,54,253). Sum of RGB (Red+Green+Blue) = 116+54+253=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #7436FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7436FD is #8BC902. Grayscale: #5E5E5E. Windows color (decimal): -9160963 or 16594548. OLE color: 16594548.

HSL color Cylindrical-coordinate representation of color #7436FD: hue angle of 258.69º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7436FD is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 54 253 -
CMYK 0.54 0.79 0 0.01
HSL 258.69º 0.98% 0.6% -
HSV(B) 258.69º 0.79% 0.99% -
XYZ 26.25 13.44 94.14 -
YUV 95.22 217.04 142.82 -
System Red Green Blue C M Y K H S L
Decimal 116 54 253 0.54 0.79 0 0.01 258.69 0.98 0.6
Hex 74 36 FD 36 4F 0 1 103 62 3C
Octal 164 66 375 66 117 0 1 403 142 74
Binary 1110100 110110 11111101 110110 1001111 0 1 100000011 1100010 111100

Color Harmonies of #7436FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7436FD

Black with #7436FD

Text Example


Text Example

White with #7436FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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