Html Css Color HEX #754CB2 Studio

📋 copy color: '#754CB2'

red 117 ◦ green 76 ◦ blue 178

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

Shades of Studio #754CB2

Tints of Studio #754CB2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

 BLUE value IS 178 (69.92% from 255) = 47.98%

R = 31.54%
G = 20.49%
B = 47.98%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#754CB2 (or 0x754CB2) is known color: Studio. HEX triplet: 75, 4C and B2. RGB value is (117,76,178). Sum of RGB (Red+Green+Blue) = 117+76+178=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #754CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754CB2 is #8AB34D. Grayscale: #636363. Windows color (decimal): -9089870 or 11684981. OLE color: 11684981.

HSL color Cylindrical-coordinate representation of color #754CB2: hue angle of 264.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754CB2 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 76 178 -
CMYK 0.34 0.57 0 0.30
HSL 264.12º 0.4% 0.5% -
HSV(B) 264.12º 0.57% 0.7% -
XYZ 17.96 12.17 43.52 -
YUV 99.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 117 76 178 0.34 0.57 0 0.30 264.12 0.4 0.5
Hex 75 4C B2 22 39 0 1E 108 28 32
Octal 165 114 262 42 71 0 36 410 50 62
Binary 1110101 1001100 10110010 100010 111001 0 11110 100001000 101000 110010

Color Harmonies of #754CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CB2

Black with #754CB2

Text Example


Text Example

White with #754CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,76,178); }

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

background-color css

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

 a { background-color: rgb(117,76,178); }

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

border-color css

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

 span { border-color: rgb(117,76,178); }

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