Html Css Color HEX #60304F Loulou

📋 copy color: '#60304F'

red 96 ◦ green 48 ◦ blue 79

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

Shades of Loulou #60304F

Tints of Loulou #60304F

RGB

 RED value IS 96 (37.89% from 255) = 43.05%

 GREEN value IS 48 (19.14% from 255) = 21.52%

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 43.05%
G = 21.52%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60304F (or 0x60304F) is known color: Loulou. HEX triplet: 60, 30 and 4F. RGB value is (96,48,79). Sum of RGB (Red+Green+Blue) = 96+48+79=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #60304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60304F is #9FCFB0. Grayscale: #414141. Windows color (decimal): -10473393 or 5189728. OLE color: 5189728.

HSL color Cylindrical-coordinate representation of color #60304F: hue angle of 321.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60304F is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 79 -
CMYK 0 0.50 0.18 0.62
HSL 321.25º 0.33% 0.28% -
HSV(B) 321.25º 0.5% 0.38% -
XYZ 7.29 5.17 8.01 -
YUV 65.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 96 48 79 0 0.50 0.18 0.62 321.25 0.33 0.28
Hex 60 30 4F 0 32 12 3E 141 21 1C
Octal 140 60 117 0 62 22 76 501 41 34
Binary 1100000 110000 1001111 0 110010 10010 111110 101000001 100001 11100

Color Harmonies of #60304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60304F

Black with #60304F

Text Example


Text Example

White with #60304F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,48,79); }

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

background-color css

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

 a { background-color: rgb(96,48,79); }

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

border-color css

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

 span { border-color: rgb(96,48,79); }

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