Html Css Color HEX #7337FD Blue Violet

📋 copy color: '#7337FD'

red 115 ◦ green 55 ◦ blue 253

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

Shades of Blue Violet #7337FD

Tints of Blue Violet #7337FD

RGB

 RED value IS 115 (45.31% from 255) = 27.19%

 GREEN value IS 55 (21.88% from 255) = 13%

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

R = 27.19%
G = 13%
B = 59.81%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7337FD (or 0x7337FD) is known color: Blue Violet. HEX triplet: 73, 37 and FD. RGB value is (115,55,253). Sum of RGB (Red+Green+Blue) = 115+55+253=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 55 (21.88% from 255 or 13.00% 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 #7337FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7337FD is #8CC802. Grayscale: #5E5E5E. Windows color (decimal): -9226243 or 16594803. OLE color: 16594803.

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

Color convert

RGB 115 55 253 -
CMYK 0.55 0.78 0 0.01
HSL 258.18º 0.98% 0.6% -
HSV(B) 258.18º 0.78% 0.99% -
XYZ 26.17 13.47 94.15 -
YUV 95.51 216.88 141.9 -
System Red Green Blue C M Y K H S L
Decimal 115 55 253 0.55 0.78 0 0.01 258.18 0.98 0.6
Hex 73 37 FD 37 4E 0 1 102 62 3C
Octal 163 67 375 67 116 0 1 402 142 74
Binary 1110011 110111 11111101 110111 1001110 0 1 100000010 1100010 111100

Color Harmonies of #7337FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7337FD

Black with #7337FD

Text Example


Text Example

White with #7337FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,55,253); }

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

background-color css

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

 a { background-color: rgb(115,55,253); }

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

border-color css

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

 span { border-color: rgb(115,55,253); }

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