Html Css Color HEX #743AFD Blue Violet

📋 copy color: '#743AFD'

red 116 ◦ green 58 ◦ blue 253

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

Shades of Blue Violet #743AFD

Tints of Blue Violet #743AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.58%

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

R = 27.17%
G = 13.58%
B = 59.25%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#743AFD (or 0x743AFD) is known color: Blue Violet. HEX triplet: 74, 3A and FD. RGB value is (116,58,253). Sum of RGB (Red+Green+Blue) = 116+58+253=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #743AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743AFD is #8BC502. Grayscale: #606060. Windows color (decimal): -9159939 or 16595572. OLE color: 16595572.

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

Color convert

RGB 116 58 253 -
CMYK 0.54 0.77 0 0.01
HSL 257.85º 0.98% 0.61% -
HSV(B) 257.85º 0.77% 0.99% -
XYZ 26.45 13.83 94.2 -
YUV 97.57 215.72 141.14 -
System Red Green Blue C M Y K H S L
Decimal 116 58 253 0.54 0.77 0 0.01 257.85 0.98 0.61
Hex 74 3A FD 36 4D 0 1 102 62 3D
Octal 164 72 375 66 115 0 1 402 142 75
Binary 1110100 111010 11111101 110110 1001101 0 1 100000010 1100010 111101

Color Harmonies of #743AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743AFD

Black with #743AFD

Text Example


Text Example

White with #743AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743AFD; }

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

 H1.HeaderClassName
 {
   color: #743AFD;
 }
 .AnyTagClassName
 {
   color: #743AFD;
 }
</style>

background-color css

<style>
 a { background-color: #743AFD; }

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

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

border-color css

<style>
 span { border-color: #743AFD; }

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

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