Html Css Color HEX #75415B Cosmic

📋 copy color: '#75415B'

red 117 ◦ green 65 ◦ blue 91

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

Shades of Cosmic #75415B

Tints of Cosmic #75415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.33%

R = 42.86%
G = 23.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75415B (or 0x75415B) is known color: Cosmic. HEX triplet: 75, 41 and 5B. RGB value is (117,65,91). Sum of RGB (Red+Green+Blue) = 117+65+91=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75415B is #8ABEA4. Grayscale: #535353. Windows color (decimal): -9092773 or 5980533. OLE color: 5980533.

HSL color Cylindrical-coordinate representation of color #75415B: hue angle of 330º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75415B is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 91 -
CMYK 0 0.44 0.22 0.54
HSL 330º 0.29% 0.36% -
HSV(B) 330º 0.44% 0.46% -
XYZ 11.11 8.32 10.92 -
YUV 83.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 117 65 91 0 0.44 0.22 0.54 330 0.29 0.36
Hex 75 41 5B 0 2C 16 36 14A 1D 24
Octal 165 101 133 0 54 26 66 512 35 44
Binary 1110101 1000001 1011011 0 101100 10110 110110 101001010 11101 100100

Color Harmonies of #75415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75415B

Black with #75415B

Text Example


Text Example

White with #75415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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