Html Css Color HEX #754469 Cosmic

📋 copy color: '#754469'

red 117 ◦ green 68 ◦ blue 105

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

Shades of Cosmic #754469

Tints of Cosmic #754469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.45%

 BLUE value IS 105 (41.41% from 255) = 36.21%

R = 40.34%
G = 23.45%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#754469 (or 0x754469) is known color: Cosmic. HEX triplet: 75, 44 and 69. RGB value is (117,68,105). Sum of RGB (Red+Green+Blue) = 117+68+105=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #754469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754469 is #8ABB96. Grayscale: #565656. Windows color (decimal): -9091991 or 6898805. OLE color: 6898805.

HSL color Cylindrical-coordinate representation of color #754469: hue angle of 314.69º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #754469 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 105 -
CMYK 0 0.42 0.10 0.54
HSL 314.69º 0.26% 0.36% -
HSV(B) 314.69º 0.42% 0.46% -
XYZ 11.95 8.94 14.46 -
YUV 86.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 117 68 105 0 0.42 0.10 0.54 314.69 0.26 0.36
Hex 75 44 69 0 2A A 36 13B 1A 24
Octal 165 104 151 0 52 12 66 473 32 44
Binary 1110101 1000100 1101001 0 101010 1010 110110 100111011 11010 100100

Color Harmonies of #754469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754469

Black with #754469

Text Example


Text Example

White with #754469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754469; }

 p { color: rgb(117,68,105); }

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

background-color css

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

 a { background-color: rgb(117,68,105); }

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

border-color css

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

 span { border-color: rgb(117,68,105); }

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