Html Css Color HEX #753DDA Blue Violet

📋 copy color: '#753DDA'

red 117 ◦ green 61 ◦ blue 218

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

Shades of Blue Violet #753DDA

Tints of Blue Violet #753DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.05%

R = 29.55%
G = 15.4%
B = 55.05%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#753DDA (or 0x753DDA) is known color: Blue Violet. HEX triplet: 75, 3D and DA. RGB value is (117,61,218). Sum of RGB (Red+Green+Blue) = 117+61+218=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #753DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DDA is #8AC225. Grayscale: #5F5F5F. Windows color (decimal): -9093670 or 14302581. OLE color: 14302581.

HSL color Cylindrical-coordinate representation of color #753DDA: hue angle of 261.4º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #753DDA is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 61 218 -
CMYK 0.46 0.72 0 0.15
HSL 261.4º 0.68% 0.55% -
HSV(B) 261.4º 0.72% 0.85% -
XYZ 21.66 12.18 67.54 -
YUV 95.64 197.05 143.23 -
System Red Green Blue C M Y K H S L
Decimal 117 61 218 0.46 0.72 0 0.15 261.4 0.68 0.55
Hex 75 3D DA 2E 48 0 F 105 44 37
Octal 165 75 332 56 110 0 17 405 104 67
Binary 1110101 111101 11011010 101110 1001000 0 1111 100000101 1000100 110111

Color Harmonies of #753DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DDA

Black with #753DDA

Text Example


Text Example

White with #753DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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