Html Css Color HEX #753CF1 Blue Violet

📋 copy color: '#753CF1'

red 117 ◦ green 60 ◦ blue 241

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

Shades of Blue Violet #753CF1

Tints of Blue Violet #753CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 57.66%

R = 27.99%
G = 14.35%
B = 57.66%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#753CF1 (or 0x753CF1) is known color: Blue Violet. HEX triplet: 75, 3C and F1. RGB value is (117,60,241). Sum of RGB (Red+Green+Blue) = 117+60+241=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #753CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753CF1 is #8AC30E. Grayscale: #616161. Windows color (decimal): -9093903 or 15809653. OLE color: 15809653.

HSL color Cylindrical-coordinate representation of color #753CF1: hue angle of 258.9º degrees, saturation: 0.87, 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 #753CF1 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 60 241 -
CMYK 0.51 0.75 0 0.05
HSL 258.9º 0.87% 0.59% -
HSV(B) 258.9º 0.75% 0.95% -
XYZ 24.83 13.36 84.49 -
YUV 97.68 208.88 141.78 -
System Red Green Blue C M Y K H S L
Decimal 117 60 241 0.51 0.75 0 0.05 258.9 0.87 0.59
Hex 75 3C F1 33 4B 0 5 103 57 3B
Octal 165 74 361 63 113 0 5 403 127 73
Binary 1110101 111100 11110001 110011 1001011 0 101 100000011 1010111 111011

Color Harmonies of #753CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CF1

Black with #753CF1

Text Example


Text Example

White with #753CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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