Html Css Color HEX #744BBA Studio

📋 copy color: '#744BBA'

red 116 ◦ green 75 ◦ blue 186

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

Shades of Studio #744BBA

Tints of Studio #744BBA

RGB

 RED value IS 116 (45.7% from 255) = 30.77%

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 30.77%
G = 19.89%
B = 49.34%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#744BBA (or 0x744BBA) is known color: Studio. HEX triplet: 74, 4B and BA. RGB value is (116,75,186). Sum of RGB (Red+Green+Blue) = 116+75+186=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #744BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744BBA is #8BB445. Grayscale: #636363. Windows color (decimal): -9155654 or 12209012. OLE color: 12209012.

HSL color Cylindrical-coordinate representation of color #744BBA: hue angle of 262.16º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #744BBA is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 75 186 -
CMYK 0.38 0.60 0 0.27
HSL 262.16º 0.45% 0.51% -
HSV(B) 262.16º 0.6% 0.73% -
XYZ 18.58 12.29 47.85 -
YUV 99.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 116 75 186 0.38 0.60 0 0.27 262.16 0.45 0.51
Hex 74 4B BA 26 3C 0 1B 106 2D 33
Octal 164 113 272 46 74 0 33 406 55 63
Binary 1110100 1001011 10111010 100110 111100 0 11011 100000110 101101 110011

Color Harmonies of #744BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744BBA

Black with #744BBA

Text Example


Text Example

White with #744BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744BBA; }

 p { color: rgb(116,75,186); }

 H1.HeaderClassName
 {
   color: #744BBA;
 }
 .AnyTagClassName
 {
   color: #744BBA;
 }
</style>

background-color css

<style>
 a { background-color: #744BBA; }

 a { background-color: rgb(116,75,186); }

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

border-color css

<style>
 span { border-color: #744BBA; }

 span { border-color: rgb(116,75,186); }

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