Html Css Color HEX #755AA3 Studio

📋 copy color: '#755AA3'

red 117 ◦ green 90 ◦ blue 163

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

Shades of Studio #755AA3

Tints of Studio #755AA3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.32%

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

R = 31.62%
G = 24.32%
B = 44.05%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#755AA3 (or 0x755AA3) is known color: Studio. HEX triplet: 75, 5A and A3. RGB value is (117,90,163). Sum of RGB (Red+Green+Blue) = 117+90+163=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 163 - color contains mainly: blue. Hex color #755AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755AA3 is #8AA55C. Grayscale: #6A6A6A. Windows color (decimal): -9086301 or 10705525. OLE color: 10705525.

HSL color Cylindrical-coordinate representation of color #755AA3: hue angle of 262.19º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #755AA3 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 90 163 -
CMYK 0.28 0.45 0 0.36
HSL 262.19º 0.29% 0.5% -
HSV(B) 262.19º 0.45% 0.64% -
XYZ 17.6 13.74 36.37 -
YUV 106.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 117 90 163 0.28 0.45 0 0.36 262.19 0.29 0.5
Hex 75 5A A3 1C 2D 0 24 106 1D 32
Octal 165 132 243 34 55 0 44 406 35 62
Binary 1110101 1011010 10100011 11100 101101 0 100100 100000110 11101 110010

Color Harmonies of #755AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AA3

Black with #755AA3

Text Example


Text Example

White with #755AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755AA3; }

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

 H1.HeaderClassName
 {
   color: #755AA3;
 }
 .AnyTagClassName
 {
   color: #755AA3;
 }
</style>

background-color css

<style>
 a { background-color: #755AA3; }

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

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

border-color css

<style>
 span { border-color: #755AA3; }

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

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