Html Css Color HEX #753FDA Blue Violet

📋 copy color: '#753FDA'

red 117 ◦ green 63 ◦ blue 218

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

Shades of Blue Violet #753FDA

Tints of Blue Violet #753FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.83%

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

R = 29.4%
G = 15.83%
B = 54.77%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#753FDA (or 0x753FDA) is known color: Blue Violet. HEX triplet: 75, 3F and DA. RGB value is (117,63,218). Sum of RGB (Red+Green+Blue) = 117+63+218=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #753FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FDA is #8AC025. Grayscale: #606060. Windows color (decimal): -9093158 or 14303093. OLE color: 14303093.

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

Color convert

RGB 117 63 218 -
CMYK 0.46 0.71 0 0.15
HSL 260.9º 0.68% 0.55% -
HSV(B) 260.9º 0.71% 0.85% -
XYZ 21.77 12.4 67.58 -
YUV 96.82 196.39 142.4 -
System Red Green Blue C M Y K H S L
Decimal 117 63 218 0.46 0.71 0 0.15 260.9 0.68 0.55
Hex 75 3F DA 2E 47 0 F 105 44 37
Octal 165 77 332 56 107 0 17 405 104 67
Binary 1110101 111111 11011010 101110 1000111 0 1111 100000101 1000100 110111

Color Harmonies of #753FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753FDA

Black with #753FDA

Text Example


Text Example

White with #753FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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