Html Css Color HEX #75415E Cosmic

📋 copy color: '#75415E'

red 117 ◦ green 65 ◦ blue 94

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

Shades of Cosmic #75415E

Tints of Cosmic #75415E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 42.39%
G = 23.55%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75415E (or 0x75415E) is known color: Cosmic. HEX triplet: 75, 41 and 5E. RGB value is (117,65,94). Sum of RGB (Red+Green+Blue) = 117+65+94=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75415E is #8ABEA1. Grayscale: #535353. Windows color (decimal): -9092770 or 6177141. OLE color: 6177141.

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

Color convert

RGB 117 65 94 -
CMYK 0 0.44 0.20 0.54
HSL 326.54º 0.29% 0.36% -
HSV(B) 326.54º 0.44% 0.46% -
XYZ 11.25 8.37 11.61 -
YUV 83.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 117 65 94 0 0.44 0.20 0.54 326.54 0.29 0.36
Hex 75 41 5E 0 2C 14 36 147 1D 24
Octal 165 101 136 0 54 24 66 507 35 44
Binary 1110101 1000001 1011110 0 101100 10100 110110 101000111 11101 100100

Color Harmonies of #75415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75415E

Black with #75415E

Text Example


Text Example

White with #75415E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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