Html Css Color HEX #754CA2 Studio

📋 copy color: '#754CA2'

red 117 ◦ green 76 ◦ blue 162

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

Shades of Studio #754CA2

Tints of Studio #754CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.63%

R = 32.96%
G = 21.41%
B = 45.63%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#754CA2 (or 0x754CA2) is known color: Studio. HEX triplet: 75, 4C and A2. RGB value is (117,76,162). Sum of RGB (Red+Green+Blue) = 117+76+162=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #754CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754CA2 is #8AB35D. Grayscale: #616161. Windows color (decimal): -9089886 or 10636405. OLE color: 10636405.

HSL color Cylindrical-coordinate representation of color #754CA2: hue angle of 268.6º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754CA2 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 76 162 -
CMYK 0.28 0.53 0 0.36
HSL 268.6º 0.36% 0.47% -
HSV(B) 268.6º 0.53% 0.64% -
XYZ 16.44 11.56 35.55 -
YUV 98.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 117 76 162 0.28 0.53 0 0.36 268.6 0.36 0.47
Hex 75 4C A2 1C 35 0 24 10D 24 2F
Octal 165 114 242 34 65 0 44 415 44 57
Binary 1110101 1001100 10100010 11100 110101 0 100100 100001101 100100 101111

Color Harmonies of #754CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CA2

Black with #754CA2

Text Example


Text Example

White with #754CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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