Html Css Color HEX #75419C Studio

📋 copy color: '#75419C'

red 117 ◦ green 65 ◦ blue 156

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

Shades of Studio #75419C

Tints of Studio #75419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.23%

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 34.62%
G = 19.23%
B = 46.15%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75419C (or 0x75419C) is known color: Studio. HEX triplet: 75, 41 and 9C. RGB value is (117,65,156). Sum of RGB (Red+Green+Blue) = 117+65+156=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #75419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75419C is #8ABE63. Grayscale: #5A5A5A. Windows color (decimal): -9092708 or 10240373. OLE color: 10240373.

HSL color Cylindrical-coordinate representation of color #75419C: hue angle of 274.29º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75419C is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 65 156 -
CMYK 0.25 0.58 0 0.39
HSL 274.29º 0.41% 0.43% -
HSV(B) 274.29º 0.58% 0.61% -
XYZ 15.23 9.96 32.57 -
YUV 90.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 117 65 156 0.25 0.58 0 0.39 274.29 0.41 0.43
Hex 75 41 9C 19 3A 0 27 112 29 2B
Octal 165 101 234 31 72 0 47 422 51 53
Binary 1110101 1000001 10011100 11001 111010 0 100111 100010010 101001 101011

Color Harmonies of #75419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75419C

Black with #75419C

Text Example


Text Example

White with #75419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75419C; }

 p { color: rgb(117,65,156); }

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

background-color css

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

 a { background-color: rgb(117,65,156); }

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

border-color css

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

 span { border-color: rgb(117,65,156); }

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