Html Css Color HEX #754CAC Studio

📋 copy color: '#754CAC'

red 117 ◦ green 76 ◦ blue 172

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

Shades of Studio #754CAC

Tints of Studio #754CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 32.05%
G = 20.82%
B = 47.12%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#754CAC (or 0x754CAC) is known color: Studio. HEX triplet: 75, 4C and AC. RGB value is (117,76,172). Sum of RGB (Red+Green+Blue) = 117+76+172=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #754CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754CAC is #8AB353. Grayscale: #626262. Windows color (decimal): -9089876 or 11291765. OLE color: 11291765.

HSL color Cylindrical-coordinate representation of color #754CAC: hue angle of 265.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754CAC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 76 172 -
CMYK 0.32 0.56 0 0.33
HSL 265.63º 0.39% 0.49% -
HSV(B) 265.63º 0.56% 0.67% -
XYZ 17.37 11.93 40.42 -
YUV 99.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 117 76 172 0.32 0.56 0 0.33 265.63 0.39 0.49
Hex 75 4C AC 20 38 0 21 10A 27 31
Octal 165 114 254 40 70 0 41 412 47 61
Binary 1110101 1001100 10101100 100000 111000 0 100001 100001010 100111 110001

Color Harmonies of #754CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CAC

Black with #754CAC

Text Example


Text Example

White with #754CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,76,172); }

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

background-color css

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

 a { background-color: rgb(117,76,172); }

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

border-color css

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

 span { border-color: rgb(117,76,172); }

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