Html Css Color HEX #754FA5 Studio

📋 copy color: '#754FA5'

red 117 ◦ green 79 ◦ blue 165

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

Shades of Studio #754FA5

Tints of Studio #754FA5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.88%

 BLUE value IS 165 (64.84% from 255) = 45.71%

R = 32.41%
G = 21.88%
B = 45.71%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#754FA5 (or 0x754FA5) is known color: Studio. HEX triplet: 75, 4F and A5. RGB value is (117,79,165). Sum of RGB (Red+Green+Blue) = 117+79+165=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 165 - color contains mainly: blue. Hex color #754FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754FA5 is #8AB05A. Grayscale: #636363. Windows color (decimal): -9089115 or 10833781. OLE color: 10833781.

HSL color Cylindrical-coordinate representation of color #754FA5: hue angle of 266.51º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #754FA5 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 79 165 -
CMYK 0.29 0.52 0 0.35
HSL 266.51º 0.35% 0.48% -
HSV(B) 266.51º 0.52% 0.65% -
XYZ 16.92 12.09 37.04 -
YUV 100.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 117 79 165 0.29 0.52 0 0.35 266.51 0.35 0.48
Hex 75 4F A5 1D 34 0 23 10B 23 30
Octal 165 117 245 35 64 0 43 413 43 60
Binary 1110101 1001111 10100101 11101 110100 0 100011 100001011 100011 110000

Color Harmonies of #754FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FA5

Black with #754FA5

Text Example


Text Example

White with #754FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754FA5; }

 p { color: rgb(117,79,165); }

 H1.HeaderClassName
 {
   color: #754FA5;
 }
 .AnyTagClassName
 {
   color: #754FA5;
 }
</style>

background-color css

<style>
 a { background-color: #754FA5; }

 a { background-color: rgb(117,79,165); }

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

border-color css

<style>
 span { border-color: #754FA5; }

 span { border-color: rgb(117,79,165); }

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