Html Css Color HEX #754BAB Studio

📋 copy color: '#754BAB'

red 117 ◦ green 75 ◦ blue 171

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

Shades of Studio #754BAB

Tints of Studio #754BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.66%

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 32.23%
G = 20.66%
B = 47.11%

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

#754BAB (or 0x754BAB) is known color: Studio. HEX triplet: 75, 4B and AB. RGB value is (117,75,171). Sum of RGB (Red+Green+Blue) = 117+75+171=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #754BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754BAB is #8AB454. Grayscale: #626262. Windows color (decimal): -9090133 or 11225973. OLE color: 11225973.

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

Color convert

RGB 117 75 171 -
CMYK 0.32 0.56 0 0.33
HSL 266.25º 0.39% 0.48% -
HSV(B) 266.25º 0.56% 0.67% -
XYZ 17.2 11.75 39.89 -
YUV 98.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 117 75 171 0.32 0.56 0 0.33 266.25 0.39 0.48
Hex 75 4B AB 20 38 0 21 10A 27 30
Octal 165 113 253 40 70 0 41 412 47 60
Binary 1110101 1001011 10101011 100000 111000 0 100001 100001010 100111 110000

Color Harmonies of #754BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754BAB

Black with #754BAB

Text Example


Text Example

White with #754BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,75,171); }

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

background-color css

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

 a { background-color: rgb(117,75,171); }

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

border-color css

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

 span { border-color: rgb(117,75,171); }

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