Html Css Color HEX #754BB0 Studio

📋 copy color: '#754BB0'

red 117 ◦ green 75 ◦ blue 176

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

Shades of Studio #754BB0

Tints of Studio #754BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.83%

R = 31.79%
G = 20.38%
B = 47.83%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#754BB0 (or 0x754BB0) is known color: Studio. HEX triplet: 75, 4B and B0. RGB value is (117,75,176). Sum of RGB (Red+Green+Blue) = 117+75+176=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 176 - color contains mainly: blue. Hex color #754BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754BB0 is #8AB44F. Grayscale: #626262. Windows color (decimal): -9090128 or 11553653. OLE color: 11553653.

HSL color Cylindrical-coordinate representation of color #754BB0: hue angle of 264.95º 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 #754BB0 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 75 176 -
CMYK 0.34 0.57 0 0.31
HSL 264.95º 0.4% 0.49% -
HSV(B) 264.95º 0.57% 0.69% -
XYZ 17.69 11.95 42.45 -
YUV 99.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 117 75 176 0.34 0.57 0 0.31 264.95 0.4 0.49
Hex 75 4B B0 22 39 0 1F 109 28 31
Octal 165 113 260 42 71 0 37 411 50 61
Binary 1110101 1001011 10110000 100010 111001 0 11111 100001001 101000 110001

Color Harmonies of #754BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754BB0

Black with #754BB0

Text Example


Text Example

White with #754BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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