Html Css Color HEX #75415C Cosmic

📋 copy color: '#75415C'

red 117 ◦ green 65 ◦ blue 92

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

Shades of Cosmic #75415C

Tints of Cosmic #75415C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 42.7%
G = 23.72%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75415C (or 0x75415C) is known color: Cosmic. HEX triplet: 75, 41 and 5C. RGB value is (117,65,92). Sum of RGB (Red+Green+Blue) = 117+65+92=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #75415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75415C is #8ABEA3. Grayscale: #535353. Windows color (decimal): -9092772 or 6046069. OLE color: 6046069.

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

Color convert

RGB 117 65 92 -
CMYK 0 0.44 0.21 0.54
HSL 328.85º 0.29% 0.36% -
HSV(B) 328.85º 0.44% 0.46% -
XYZ 11.16 8.34 11.15 -
YUV 83.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 117 65 92 0 0.44 0.21 0.54 328.85 0.29 0.36
Hex 75 41 5C 0 2C 15 36 149 1D 24
Octal 165 101 134 0 54 25 66 511 35 44
Binary 1110101 1000001 1011100 0 101100 10101 110110 101001001 11101 100100

Color Harmonies of #75415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75415C

Black with #75415C

Text Example


Text Example

White with #75415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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