Html Css Color HEX #754B9B Studio

📋 copy color: '#754B9B'

red 117 ◦ green 75 ◦ blue 155

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

Shades of Studio #754B9B

Tints of Studio #754B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 33.72%
G = 21.61%
B = 44.67%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#754B9B (or 0x754B9B) is known color: Studio. HEX triplet: 75, 4B and 9B. RGB value is (117,75,155). Sum of RGB (Red+Green+Blue) = 117+75+155=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #754B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B9B is #8AB464. Grayscale: #606060. Windows color (decimal): -9090149 or 10177397. OLE color: 10177397.

HSL color Cylindrical-coordinate representation of color #754B9B: hue angle of 271.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #754B9B is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 75 155 -
CMYK 0.25 0.52 0 0.39
HSL 271.5º 0.35% 0.45% -
HSV(B) 271.5º 0.52% 0.61% -
XYZ 15.77 11.18 32.34 -
YUV 96.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 117 75 155 0.25 0.52 0 0.39 271.5 0.35 0.45
Hex 75 4B 9B 19 34 0 27 110 23 2D
Octal 165 113 233 31 64 0 47 420 43 55
Binary 1110101 1001011 10011011 11001 110100 0 100111 100010000 100011 101101

Color Harmonies of #754B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B9B

Black with #754B9B

Text Example


Text Example

White with #754B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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