Html Css Color HEX #530F4C Loulou

📋 copy color: '#530F4C'

red 83 ◦ green 15 ◦ blue 76

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

Shades of Loulou #530F4C

Tints of Loulou #530F4C

RGB

 RED value IS 83 (32.81% from 255) = 47.7%

 GREEN value IS 15 (6.25% from 255) = 8.62%

 BLUE value IS 76 (30.08% from 255) = 43.68%

R = 47.7%
G = 8.62%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#530F4C (or 0x530F4C) is known color: Loulou. HEX triplet: 53, 0F and 4C. RGB value is (83,15,76). Sum of RGB (Red+Green+Blue) = 83+15+76=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #530F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F4C is #ACF0B3. Grayscale: #2A2A2A. Windows color (decimal): -11333812 or 4984659. OLE color: 4984659.

HSL color Cylindrical-coordinate representation of color #530F4C: hue angle of 306.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #530F4C is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 15 76 -
CMYK 0 0.82 0.08 0.67
HSL 306.18º 0.69% 0.19% -
HSV(B) 306.18º 0.82% 0.33% -
XYZ 5.04 2.7 7.09 -
YUV 42.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 83 15 76 0 0.82 0.08 0.67 306.18 0.69 0.19
Hex 53 F 4C 0 52 8 43 132 45 13
Octal 123 17 114 0 122 10 103 462 105 23
Binary 1010011 1111 1001100 0 1010010 1000 1000011 100110010 1000101 10011

Color Harmonies of #530F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F4C

Black with #530F4C

Text Example


Text Example

White with #530F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530F4C; }

 p { color: rgb(83,15,76); }

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

background-color css

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

 a { background-color: rgb(83,15,76); }

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

border-color css

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

 span { border-color: rgb(83,15,76); }

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