Html Css Color HEX #754395 Studio

📋 copy color: '#754395'

red 117 ◦ green 67 ◦ blue 149

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

Shades of Studio #754395

Tints of Studio #754395

RGB

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

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

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

R = 35.14%
G = 20.12%
B = 44.74%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754395 (or 0x754395) is known color: Studio. HEX triplet: 75, 43 and 95. RGB value is (117,67,149). Sum of RGB (Red+Green+Blue) = 117+67+149=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #754395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754395 is #8ABC6A. Grayscale: #5B5B5B. Windows color (decimal): -9092203 or 9782133. OLE color: 9782133.

HSL color Cylindrical-coordinate representation of color #754395: hue angle of 276.59º 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 #754395 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 67 149 -
CMYK 0.21 0.55 0 0.42
HSL 276.59º 0.38% 0.42% -
HSV(B) 276.59º 0.55% 0.58% -
XYZ 14.77 9.97 29.58 -
YUV 91.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 117 67 149 0.21 0.55 0 0.42 276.59 0.38 0.42
Hex 75 43 95 15 37 0 2A 115 26 2A
Octal 165 103 225 25 67 0 52 425 46 52
Binary 1110101 1000011 10010101 10101 110111 0 101010 100010101 100110 101010

Color Harmonies of #754395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754395

Black with #754395

Text Example


Text Example

White with #754395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754395; }

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

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

background-color css

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

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

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

border-color css

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

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

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