Html Css Color HEX #734DB4 Studio

📋 copy color: '#734DB4'

red 115 ◦ green 77 ◦ blue 180

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

Shades of Studio #734DB4

Tints of Studio #734DB4

RGB

 RED value IS 115 (45.31% from 255) = 30.91%

 GREEN value IS 77 (30.47% from 255) = 20.7%

 BLUE value IS 180 (70.7% from 255) = 48.39%

R = 30.91%
G = 20.7%
B = 48.39%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#734DB4 (or 0x734DB4) is known color: Studio. HEX triplet: 73, 4D and B4. RGB value is (115,77,180). Sum of RGB (Red+Green+Blue) = 115+77+180=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #734DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DB4 is #8CB24B. Grayscale: #636363. Windows color (decimal): -9220684 or 11816307. OLE color: 11816307.

HSL color Cylindrical-coordinate representation of color #734DB4: hue angle of 262.14º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #734DB4 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 77 180 -
CMYK 0.36 0.57 0 0.29
HSL 262.14º 0.41% 0.5% -
HSV(B) 262.14º 0.57% 0.71% -
XYZ 17.96 12.25 44.6 -
YUV 100.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 115 77 180 0.36 0.57 0 0.29 262.14 0.41 0.5
Hex 73 4D B4 24 39 0 1D 106 29 32
Octal 163 115 264 44 71 0 35 406 51 62
Binary 1110011 1001101 10110100 100100 111001 0 11101 100000110 101001 110010

Color Harmonies of #734DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734DB4

Black with #734DB4

Text Example


Text Example

White with #734DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734DB4; }

 p { color: rgb(115,77,180); }

 H1.HeaderClassName
 {
   color: #734DB4;
 }
 .AnyTagClassName
 {
   color: #734DB4;
 }
</style>

background-color css

<style>
 a { background-color: #734DB4; }

 a { background-color: rgb(115,77,180); }

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

border-color css

<style>
 span { border-color: #734DB4; }

 span { border-color: rgb(115,77,180); }

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