Html Css Color HEX #754BAF Studio

📋 copy color: '#754BAF'

red 117 ◦ green 75 ◦ blue 175

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

Shades of Studio #754BAF

Tints of Studio #754BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 31.88%
G = 20.44%
B = 47.68%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#754BAF (or 0x754BAF) is known color: Studio. HEX triplet: 75, 4B and AF. RGB value is (117,75,175). Sum of RGB (Red+Green+Blue) = 117+75+175=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #754BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754BAF is #8AB450. Grayscale: #626262. Windows color (decimal): -9090129 or 11488117. OLE color: 11488117.

HSL color Cylindrical-coordinate representation of color #754BAF: hue angle of 265.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754BAF is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 75 175 -
CMYK 0.33 0.57 0 0.31
HSL 265.2º 0.4% 0.49% -
HSV(B) 265.2º 0.57% 0.69% -
XYZ 17.59 11.91 41.93 -
YUV 98.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 117 75 175 0.33 0.57 0 0.31 265.2 0.4 0.49
Hex 75 4B AF 21 39 0 1F 109 28 31
Octal 165 113 257 41 71 0 37 411 50 61
Binary 1110101 1001011 10101111 100001 111001 0 11111 100001001 101000 110001

Color Harmonies of #754BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754BAF

Black with #754BAF

Text Example


Text Example

White with #754BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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