Html Css Color HEX #753AFF Blue Violet

📋 copy color: '#753AFF'

red 117 ◦ green 58 ◦ blue 255

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

Shades of Blue Violet #753AFF

Tints of Blue Violet #753AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.3%

R = 27.21%
G = 13.49%
B = 59.3%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#753AFF (or 0x753AFF) is known color: Blue Violet. HEX triplet: 75, 3A and FF. RGB value is (117,58,255). Sum of RGB (Red+Green+Blue) = 117+58+255=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #753AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753AFF is #8AC500. Grayscale: #616161. Windows color (decimal): -9094401 or 16726645. OLE color: 16726645.

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

Color convert

RGB 117 58 255 -
CMYK 0.54 0.77 0 0
HSL 257.97º 1% 0.61% -
HSV(B) 257.97º 0.77% 1% -
XYZ 26.9 14.03 95.9 -
YUV 98.1 216.55 141.48 -
System Red Green Blue C M Y K H S L
Decimal 117 58 255 0.54 0.77 0 0 257.97 1 0.61
Hex 75 3A FF 36 4D 0 0 102 64 3D
Octal 165 72 377 66 115 0 0 402 144 75
Binary 1110101 111010 11111111 110110 1001101 0 0 100000010 1100100 111101

Color Harmonies of #753AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753AFF

Black with #753AFF

Text Example


Text Example

White with #753AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,58,255); }

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

background-color css

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

 a { background-color: rgb(117,58,255); }

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

border-color css

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

 span { border-color: rgb(117,58,255); }

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