Html Css Color HEX #754399 Studio

📋 copy color: '#754399'

red 117 ◦ green 67 ◦ blue 153

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

Shades of Studio #754399

Tints of Studio #754399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.4%

R = 34.72%
G = 19.88%
B = 45.4%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#754399 (or 0x754399) is known color: Studio. HEX triplet: 75, 43 and 99. RGB value is (117,67,153). Sum of RGB (Red+Green+Blue) = 117+67+153=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #754399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754399 is #8ABC66. Grayscale: #5B5B5B. Windows color (decimal): -9092199 or 10044277. OLE color: 10044277.

HSL color Cylindrical-coordinate representation of color #754399: hue angle of 274.88º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754399 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 67 153 -
CMYK 0.24 0.56 0 0.4
HSL 274.88º 0.39% 0.43% -
HSV(B) 274.88º 0.56% 0.6% -
XYZ 15.09 10.1 31.29 -
YUV 91.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 117 67 153 0.24 0.56 0 0.4 274.88 0.39 0.43
Hex 75 43 99 18 38 0 28 113 27 2B
Octal 165 103 231 30 70 0 50 423 47 53
Binary 1110101 1000011 10011001 11000 111000 0 101000 100010011 100111 101011

Color Harmonies of #754399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754399

Black with #754399

Text Example


Text Example

White with #754399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754399; }

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

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

background-color css

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

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

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

border-color css

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

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

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