Html Css Color HEX #753BAF Royal Purple

📋 copy color: '#753BAF'

red 117 ◦ green 59 ◦ blue 175

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

Shades of Royal Purple #753BAF

Tints of Royal Purple #753BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.86%

R = 33.33%
G = 16.81%
B = 49.86%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#753BAF (or 0x753BAF) is known color: Royal Purple. HEX triplet: 75, 3B and AF. RGB value is (117,59,175). Sum of RGB (Red+Green+Blue) = 117+59+175=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #753BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753BAF is #8AC450. Grayscale: #595959. Windows color (decimal): -9094225 or 11484021. OLE color: 11484021.

HSL color Cylindrical-coordinate representation of color #753BAF: hue angle of 270º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753BAF is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 59 175 -
CMYK 0.33 0.66 0 0.31
HSL 270º 0.5% 0.46% -
HSV(B) 270º 0.66% 0.69% -
XYZ 16.64 10 41.61 -
YUV 89.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 117 59 175 0.33 0.66 0 0.31 270 0.5 0.46
Hex 75 3B AF 21 42 0 1F 10E 32 2E
Octal 165 73 257 41 102 0 37 416 62 56
Binary 1110101 111011 10101111 100001 1000010 0 11111 100001110 110010 101110

Color Harmonies of #753BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753BAF

Black with #753BAF

Text Example


Text Example

White with #753BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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