Html Css Color HEX #754AAF Studio

📋 copy color: '#754AAF'

red 117 ◦ green 74 ◦ blue 175

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

Shades of Studio #754AAF

Tints of Studio #754AAF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.22%

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

R = 31.97%
G = 20.22%
B = 47.81%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#754AAF (or 0x754AAF) is known color: Studio. HEX triplet: 75, 4A and AF. RGB value is (117,74,175). Sum of RGB (Red+Green+Blue) = 117+74+175=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #754AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754AAF is #8AB550. Grayscale: #626262. Windows color (decimal): -9090385 or 11487861. OLE color: 11487861.

HSL color Cylindrical-coordinate representation of color #754AAF: hue angle of 265.54º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754AAF is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 74 175 -
CMYK 0.33 0.58 0 0.31
HSL 265.54º 0.41% 0.49% -
HSV(B) 265.54º 0.58% 0.69% -
XYZ 17.52 11.77 41.91 -
YUV 98.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 117 74 175 0.33 0.58 0 0.31 265.54 0.41 0.49
Hex 75 4A AF 21 3A 0 1F 10A 29 31
Octal 165 112 257 41 72 0 37 412 51 61
Binary 1110101 1001010 10101111 100001 111010 0 11111 100001010 101001 110001

Color Harmonies of #754AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754AAF

Black with #754AAF

Text Example


Text Example

White with #754AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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