Html Css Color HEX #753CF3 Blue Violet

📋 copy color: '#753CF3'

red 117 ◦ green 60 ◦ blue 243

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

Shades of Blue Violet #753CF3

Tints of Blue Violet #753CF3

RGB

 RED value IS 117 (46.09% from 255) = 27.86%

 GREEN value IS 60 (23.83% from 255) = 14.29%

 BLUE value IS 243 (95.31% from 255) = 57.86%

R = 27.86%
G = 14.29%
B = 57.86%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#753CF3 (or 0x753CF3) is known color: Blue Violet. HEX triplet: 75, 3C and F3. RGB value is (117,60,243). Sum of RGB (Red+Green+Blue) = 117+60+243=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #753CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753CF3 is #8AC30C. Grayscale: #616161. Windows color (decimal): -9093901 or 15940725. OLE color: 15940725.

HSL color Cylindrical-coordinate representation of color #753CF3: hue angle of 258.69º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #753CF3 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 60 243 -
CMYK 0.52 0.75 0 0.05
HSL 258.69º 0.88% 0.59% -
HSV(B) 258.69º 0.75% 0.95% -
XYZ 25.13 13.48 86.07 -
YUV 97.91 209.88 141.62 -
System Red Green Blue C M Y K H S L
Decimal 117 60 243 0.52 0.75 0 0.05 258.69 0.88 0.59
Hex 75 3C F3 34 4B 0 5 103 58 3B
Octal 165 74 363 64 113 0 5 403 130 73
Binary 1110101 111100 11110011 110100 1001011 0 101 100000011 1011000 111011

Color Harmonies of #753CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CF3

Black with #753CF3

Text Example


Text Example

White with #753CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753CF3; }

 p { color: rgb(117,60,243); }

 H1.HeaderClassName
 {
   color: #753CF3;
 }
 .AnyTagClassName
 {
   color: #753CF3;
 }
</style>

background-color css

<style>
 a { background-color: #753CF3; }

 a { background-color: rgb(117,60,243); }

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

border-color css

<style>
 span { border-color: #753CF3; }

 span { border-color: rgb(117,60,243); }

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