Html Css Color HEX #75395F Cosmic

📋 copy color: '#75395F'

red 117 ◦ green 57 ◦ blue 95

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

Shades of Cosmic #75395F

Tints of Cosmic #75395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.19%

 BLUE value IS 95 (37.5% from 255) = 35.32%

R = 43.49%
G = 21.19%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75395F (or 0x75395F) is known color: Cosmic. HEX triplet: 75, 39 and 5F. RGB value is (117,57,95). Sum of RGB (Red+Green+Blue) = 117+57+95=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #75395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75395F is #8AC6A0. Grayscale: #4F4F4F. Windows color (decimal): -9094817 or 6240629. OLE color: 6240629.

HSL color Cylindrical-coordinate representation of color #75395F: hue angle of 322º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75395F is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 57 95 -
CMYK 0 0.51 0.19 0.54
HSL 322º 0.34% 0.34% -
HSV(B) 322º 0.51% 0.46% -
XYZ 10.86 7.53 11.71 -
YUV 79.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 117 57 95 0 0.51 0.19 0.54 322 0.34 0.34
Hex 75 39 5F 0 33 13 36 142 22 22
Octal 165 71 137 0 63 23 66 502 42 42
Binary 1110101 111001 1011111 0 110011 10011 110110 101000010 100010 100010

Color Harmonies of #75395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75395F

Black with #75395F

Text Example


Text Example

White with #75395F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75395F; }

 p { color: rgb(117,57,95); }

 H1.HeaderClassName
 {
   color: #75395F;
 }
 .AnyTagClassName
 {
   color: #75395F;
 }
</style>

background-color css

<style>
 a { background-color: #75395F; }

 a { background-color: rgb(117,57,95); }

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

border-color css

<style>
 span { border-color: #75395F; }

 span { border-color: rgb(117,57,95); }

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