Html Css Color HEX #75439B Studio

📋 copy color: '#75439B'

red 117 ◦ green 67 ◦ blue 155

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

Shades of Studio #75439B

Tints of Studio #75439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

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

R = 34.51%
G = 19.76%
B = 45.72%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75439B (or 0x75439B) is known color: Studio. HEX triplet: 75, 43 and 9B. RGB value is (117,67,155). Sum of RGB (Red+Green+Blue) = 117+67+155=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #75439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75439B is #8ABC64. Grayscale: #5B5B5B. Windows color (decimal): -9092197 or 10175349. OLE color: 10175349.

HSL color Cylindrical-coordinate representation of color #75439B: hue angle of 274.09º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75439B is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 67 155 -
CMYK 0.25 0.57 0 0.39
HSL 274.09º 0.4% 0.44% -
HSV(B) 274.09º 0.57% 0.61% -
XYZ 15.26 10.16 32.17 -
YUV 91.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 117 67 155 0.25 0.57 0 0.39 274.09 0.4 0.44
Hex 75 43 9B 19 39 0 27 112 28 2C
Octal 165 103 233 31 71 0 47 422 50 54
Binary 1110101 1000011 10011011 11001 111001 0 100111 100010010 101000 101100

Color Harmonies of #75439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75439B

Black with #75439B

Text Example


Text Example

White with #75439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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