Html Css Color HEX #75415A Cosmic

📋 copy color: '#75415A'

red 117 ◦ green 65 ◦ blue 90

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

Shades of Cosmic #75415A

Tints of Cosmic #75415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.09%

R = 43.01%
G = 23.9%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75415A (or 0x75415A) is known color: Cosmic. HEX triplet: 75, 41 and 5A. RGB value is (117,65,90). Sum of RGB (Red+Green+Blue) = 117+65+90=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #75415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75415A is #8ABEA5. Grayscale: #535353. Windows color (decimal): -9092774 or 5914997. OLE color: 5914997.

HSL color Cylindrical-coordinate representation of color #75415A: hue angle of 331.15º 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 #75415A is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 90 -
CMYK 0 0.44 0.23 0.54
HSL 331.15º 0.29% 0.36% -
HSV(B) 331.15º 0.44% 0.46% -
XYZ 11.07 8.3 10.69 -
YUV 83.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 117 65 90 0 0.44 0.23 0.54 331.15 0.29 0.36
Hex 75 41 5A 0 2C 17 36 14B 1D 24
Octal 165 101 132 0 54 27 66 513 35 44
Binary 1110101 1000001 1011010 0 101100 10111 110110 101001011 11101 100100

Color Harmonies of #75415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75415A

Black with #75415A

Text Example


Text Example

White with #75415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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