Html Css Color HEX #75419B Studio

📋 copy color: '#75419B'

red 117 ◦ green 65 ◦ blue 155

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

Shades of Studio #75419B

Tints of Studio #75419B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.99%

R = 34.72%
G = 19.29%
B = 45.99%

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

#75419B (or 0x75419B) is known color: Studio. HEX triplet: 75, 41 and 9B. RGB value is (117,65,155). Sum of RGB (Red+Green+Blue) = 117+65+155=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #75419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75419B is #8ABE64. Grayscale: #5A5A5A. Windows color (decimal): -9092709 or 10174837. OLE color: 10174837.

HSL color Cylindrical-coordinate representation of color #75419B: hue angle of 274.67º 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 #75419B is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 65 155 -
CMYK 0.25 0.58 0 0.39
HSL 274.67º 0.41% 0.43% -
HSV(B) 274.67º 0.58% 0.61% -
XYZ 15.14 9.93 32.13 -
YUV 90.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 117 65 155 0.25 0.58 0 0.39 274.67 0.41 0.43
Hex 75 41 9B 19 3A 0 27 113 29 2B
Octal 165 101 233 31 72 0 47 423 51 53
Binary 1110101 1000001 10011011 11001 111010 0 100111 100010011 101001 101011

Color Harmonies of #75419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75419B

Black with #75419B

Text Example


Text Example

White with #75419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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