Html Css Color HEX #753FAF Studio

📋 copy color: '#753FAF'

red 117 ◦ green 63 ◦ blue 175

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

Shades of Studio #753FAF

Tints of Studio #753FAF

RGB

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

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

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

R = 32.96%
G = 17.75%
B = 49.3%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#753FAF (or 0x753FAF) is known color: Studio. HEX triplet: 75, 3F and AF. RGB value is (117,63,175). Sum of RGB (Red+Green+Blue) = 117+63+175=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #753FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753FAF is #8AC050. Grayscale: #5B5B5B. Windows color (decimal): -9093201 or 11485045. OLE color: 11485045.

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

Color convert

RGB 117 63 175 -
CMYK 0.33 0.64 0 0.31
HSL 268.93º 0.47% 0.47% -
HSV(B) 268.93º 0.64% 0.69% -
XYZ 16.85 10.43 41.68 -
YUV 91.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 117 63 175 0.33 0.64 0 0.31 268.93 0.47 0.47
Hex 75 3F AF 21 40 0 1F 10D 2F 2F
Octal 165 77 257 41 100 0 37 415 57 57
Binary 1110101 111111 10101111 100001 1000000 0 11111 100001101 101111 101111

Color Harmonies of #753FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753FAF

Black with #753FAF

Text Example


Text Example

White with #753FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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