Html Css Color HEX #744AA7 Studio

📋 copy color: '#744AA7'

red 116 ◦ green 74 ◦ blue 167

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

Shades of Studio #744AA7

Tints of Studio #744AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.78%

R = 32.49%
G = 20.73%
B = 46.78%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#744AA7 (or 0x744AA7) is known color: Studio. HEX triplet: 74, 4A and A7. RGB value is (116,74,167). Sum of RGB (Red+Green+Blue) = 116+74+167=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 167 (65.62% from 255 or 46.78% from 357); Max value from RGB is 167 - color contains mainly: blue. Hex color #744AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744AA7 is #8BB558. Grayscale: #606060. Windows color (decimal): -9155929 or 10963572. OLE color: 10963572.

HSL color Cylindrical-coordinate representation of color #744AA7: hue angle of 267.1º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #744AA7 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 74 167 -
CMYK 0.31 0.56 0 0.35
HSL 267.1º 0.39% 0.47% -
HSV(B) 267.1º 0.56% 0.65% -
XYZ 16.63 11.4 37.88 -
YUV 97.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 116 74 167 0.31 0.56 0 0.35 267.1 0.39 0.47
Hex 74 4A A7 1F 38 0 23 10B 27 2F
Octal 164 112 247 37 70 0 43 413 47 57
Binary 1110100 1001010 10100111 11111 111000 0 100011 100001011 100111 101111

Color Harmonies of #744AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744AA7

Black with #744AA7

Text Example


Text Example

White with #744AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,74,167); }

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

background-color css

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

 a { background-color: rgb(116,74,167); }

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

border-color css

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

 span { border-color: rgb(116,74,167); }

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