Html Css Color HEX #753DF3 Blue Violet

📋 copy color: '#753DF3'

red 117 ◦ green 61 ◦ blue 243

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

Shades of Blue Violet #753DF3

Tints of Blue Violet #753DF3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.49%

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

R = 27.79%
G = 14.49%
B = 57.72%

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

#753DF3 (or 0x753DF3) is known color: Blue Violet. HEX triplet: 75, 3D and F3. RGB value is (117,61,243). Sum of RGB (Red+Green+Blue) = 117+61+243=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #753DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753DF3 is #8AC20C. Grayscale: #616161. Windows color (decimal): -9093645 or 15940981. OLE color: 15940981.

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

Color convert

RGB 117 61 243 -
CMYK 0.52 0.75 0 0.05
HSL 258.46º 0.88% 0.6% -
HSV(B) 258.46º 0.75% 0.95% -
XYZ 25.18 13.59 86.09 -
YUV 98.49 209.55 141.2 -
System Red Green Blue C M Y K H S L
Decimal 117 61 243 0.52 0.75 0 0.05 258.46 0.88 0.6
Hex 75 3D F3 34 4B 0 5 102 58 3C
Octal 165 75 363 64 113 0 5 402 130 74
Binary 1110101 111101 11110011 110100 1001011 0 101 100000010 1011000 111100

Color Harmonies of #753DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DF3

Black with #753DF3

Text Example


Text Example

White with #753DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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