Html Css Color HEX #754A9B Studio

📋 copy color: '#754A9B'

red 117 ◦ green 74 ◦ blue 155

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

Shades of Studio #754A9B

Tints of Studio #754A9B

RGB

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

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

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

R = 33.82%
G = 21.39%
B = 44.8%

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

#754A9B (or 0x754A9B) is known color: Studio. HEX triplet: 75, 4A and 9B. RGB value is (117,74,155). Sum of RGB (Red+Green+Blue) = 117+74+155=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #754A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754A9B is #8AB564. Grayscale: #5F5F5F. Windows color (decimal): -9090405 or 10177141. OLE color: 10177141.

HSL color Cylindrical-coordinate representation of color #754A9B: hue angle of 271.85º 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 #754A9B is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 74 155 -
CMYK 0.25 0.52 0 0.39
HSL 271.85º 0.35% 0.45% -
HSV(B) 271.85º 0.52% 0.61% -
XYZ 15.7 11.05 32.31 -
YUV 96.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 117 74 155 0.25 0.52 0 0.39 271.85 0.35 0.45
Hex 75 4A 9B 19 34 0 27 110 23 2D
Octal 165 112 233 31 64 0 47 420 43 55
Binary 1110101 1001010 10011011 11001 110100 0 100111 100010000 100011 101101

Color Harmonies of #754A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A9B

Black with #754A9B

Text Example


Text Example

White with #754A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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