Html Css Color HEX #754EAD Studio

📋 copy color: '#754EAD'

red 117 ◦ green 78 ◦ blue 173

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

Shades of Studio #754EAD

Tints of Studio #754EAD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.2%

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 31.79%
G = 21.2%
B = 47.01%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#754EAD (or 0x754EAD) is known color: Studio. HEX triplet: 75, 4E and AD. RGB value is (117,78,173). Sum of RGB (Red+Green+Blue) = 117+78+173=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #754EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754EAD is #8AB152. Grayscale: #646464. Windows color (decimal): -9089363 or 11357813. OLE color: 11357813.

HSL color Cylindrical-coordinate representation of color #754EAD: hue angle of 264.63º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754EAD is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 78 173 -
CMYK 0.32 0.55 0 0.32
HSL 264.63º 0.38% 0.49% -
HSV(B) 264.63º 0.55% 0.68% -
XYZ 17.6 12.25 40.97 -
YUV 100.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 117 78 173 0.32 0.55 0 0.32 264.63 0.38 0.49
Hex 75 4E AD 20 37 0 20 109 26 31
Octal 165 116 255 40 67 0 40 411 46 61
Binary 1110101 1001110 10101101 100000 110111 0 100000 100001001 100110 110001

Color Harmonies of #754EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EAD

Black with #754EAD

Text Example


Text Example

White with #754EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754EAD; }

 p { color: rgb(117,78,173); }

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

background-color css

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

 a { background-color: rgb(117,78,173); }

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

border-color css

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

 span { border-color: rgb(117,78,173); }

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