Html Css Color HEX #753DA3 Royal Purple

📋 copy color: '#753DA3'

red 117 ◦ green 61 ◦ blue 163

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

Shades of Royal Purple #753DA3

Tints of Royal Purple #753DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.8%

R = 34.31%
G = 17.89%
B = 47.8%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#753DA3 (or 0x753DA3) is known color: Royal Purple. HEX triplet: 75, 3D and A3. RGB value is (117,61,163). Sum of RGB (Red+Green+Blue) = 117+61+163=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 163 - color contains mainly: blue. Hex color #753DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753DA3 is #8AC25C. Grayscale: #595959. Windows color (decimal): -9093725 or 10698101. OLE color: 10698101.

HSL color Cylindrical-coordinate representation of color #753DA3: hue angle of 272.94º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753DA3 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 61 163 -
CMYK 0.28 0.63 0 0.36
HSL 272.94º 0.46% 0.44% -
HSV(B) 272.94º 0.63% 0.64% -
XYZ 15.62 9.76 35.71 -
YUV 89.37 169.55 147.71 -
System Red Green Blue C M Y K H S L
Decimal 117 61 163 0.28 0.63 0 0.36 272.94 0.46 0.44
Hex 75 3D A3 1C 3F 0 24 111 2E 2C
Octal 165 75 243 34 77 0 44 421 56 54
Binary 1110101 111101 10100011 11100 111111 0 100100 100010001 101110 101100

Color Harmonies of #753DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DA3

Black with #753DA3

Text Example


Text Example

White with #753DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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