Html Css Color HEX #734395 Studio

📋 copy color: '#734395'

red 115 ◦ green 67 ◦ blue 149

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

Shades of Studio #734395

Tints of Studio #734395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.24%

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 34.74%
G = 20.24%
B = 45.02%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#734395 (or 0x734395) is known color: Studio. HEX triplet: 73, 43 and 95. RGB value is (115,67,149). Sum of RGB (Red+Green+Blue) = 115+67+149=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #734395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734395 is #8CBC6A. Grayscale: #5A5A5A. Windows color (decimal): -9223275 or 9782131. OLE color: 9782131.

HSL color Cylindrical-coordinate representation of color #734395: hue angle of 275.12º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #734395 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 67 149 -
CMYK 0.23 0.55 0 0.42
HSL 275.12º 0.38% 0.42% -
HSV(B) 275.12º 0.55% 0.58% -
XYZ 14.5 9.83 29.57 -
YUV 90.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 115 67 149 0.23 0.55 0 0.42 275.12 0.38 0.42
Hex 73 43 95 17 37 0 2A 113 26 2A
Octal 163 103 225 27 67 0 52 423 46 52
Binary 1110011 1000011 10010101 10111 110111 0 101010 100010011 100110 101010

Color Harmonies of #734395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734395

Black with #734395

Text Example


Text Example

White with #734395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734395; }

 p { color: rgb(115,67,149); }

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

background-color css

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

 a { background-color: rgb(115,67,149); }

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

border-color css

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

 span { border-color: rgb(115,67,149); }

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