Html Css Color HEX #754CB6 Studio

📋 copy color: '#754CB6'

red 117 ◦ green 76 ◦ blue 182

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

Shades of Studio #754CB6

Tints of Studio #754CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.53%

R = 31.2%
G = 20.27%
B = 48.53%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#754CB6 (or 0x754CB6) is known color: Studio. HEX triplet: 75, 4C and B6. RGB value is (117,76,182). Sum of RGB (Red+Green+Blue) = 117+76+182=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #754CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CB6 is #8AB349. Grayscale: #636363. Windows color (decimal): -9089866 or 11947125. OLE color: 11947125.

HSL color Cylindrical-coordinate representation of color #754CB6: hue angle of 263.21º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754CB6 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 76 182 -
CMYK 0.36 0.58 0 0.29
HSL 263.21º 0.42% 0.51% -
HSV(B) 263.21º 0.58% 0.71% -
XYZ 18.36 12.33 45.67 -
YUV 100.34 174.08 139.88 -
System Red Green Blue C M Y K H S L
Decimal 117 76 182 0.36 0.58 0 0.29 263.21 0.42 0.51
Hex 75 4C B6 24 3A 0 1D 107 2A 33
Octal 165 114 266 44 72 0 35 407 52 63
Binary 1110101 1001100 10110110 100100 111010 0 11101 100000111 101010 110011

Color Harmonies of #754CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CB6

Black with #754CB6

Text Example


Text Example

White with #754CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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