Html Css Color HEX #753BEA Blue Violet

📋 copy color: '#753BEA'

red 117 ◦ green 59 ◦ blue 234

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

Shades of Blue Violet #753BEA

Tints of Blue Violet #753BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.39%

 BLUE value IS 234 (91.8% from 255) = 57.07%

R = 28.54%
G = 14.39%
B = 57.07%

CMYK

 C value IS 0.5

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#753BEA (or 0x753BEA) is known color: Blue Violet. HEX triplet: 75, 3B and EA. RGB value is (117,59,234). Sum of RGB (Red+Green+Blue) = 117+59+234=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #753BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753BEA is #8AC415. Grayscale: #5F5F5F. Windows color (decimal): -9094166 or 15350645. OLE color: 15350645.

HSL color Cylindrical-coordinate representation of color #753BEA: hue angle of 259.89º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #753BEA is Cyan = 0.5, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 59 234 -
CMYK 0.5 0.75 0 0.08
HSL 259.89º 0.81% 0.57% -
HSV(B) 259.89º 0.75% 0.92% -
XYZ 23.75 12.85 79.07 -
YUV 96.29 205.72 142.77 -
System Red Green Blue C M Y K H S L
Decimal 117 59 234 0.5 0.75 0 0.08 259.89 0.81 0.57
Hex 75 3B EA 32 4B 0 8 104 51 39
Octal 165 73 352 62 113 0 10 404 121 71
Binary 1110101 111011 11101010 110010 1001011 0 1000 100000100 1010001 111001

Color Harmonies of #753BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753BEA

Black with #753BEA

Text Example


Text Example

White with #753BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,59,234); }

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

background-color css

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

 a { background-color: rgb(117,59,234); }

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

border-color css

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

 span { border-color: rgb(117,59,234); }

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